Skip to content

Commit

Permalink
Cleanup distribution - use prepare vs postinstall for development; Se…
Browse files Browse the repository at this point in the history
…t version to 1.1.3 in preparation of release
  • Loading branch information
rlubke committed Jul 8, 2022
1 parent 9d8cabb commit 8e21e12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
coverage
node_modules
test
etc/cert
etc
bin
src/tsconfig.json
.gitignore
.nycrc
CONTRIBUTING.md
DEVELOPING.md
SECURITY.md
typedoc.json
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oracle/coherence",
"version": "1.1.3-SNAPSHOT",
"version": "1.1.3",
"license": "UPL-1.0",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -38,6 +38,6 @@
"coverage": "nyc mocha 'test/**.js'",
"wait": "sleep 30",
"dist": "npm run compile; typedoc; npm pack",
"postinstall": "bin/npm-post-install.sh"
"prepare": "bin/npm-post-install.sh"
}
}

0 comments on commit 8e21e12

Please sign in to comment.