We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb752a0 commit 0b5472bCopy full SHA for 0b5472b
.npmignore
@@ -1,10 +1,8 @@
1
.github
2
.idea
3
-bin
4
.nyc_output
5
coverage
6
node_modules
7
-etc
8
test
9
.gitignore
10
.nycrc
package.json
@@ -1,6 +1,6 @@
{
"name": "@oracle/coherence",
- "version": "1.0.1",
+ "version": "1.0.4",
"license": "UPL-1.0",
"main": "lib/index.js",
"keywords": [
@@ -27,7 +27,7 @@
27
"typescript": "^3.9.7"
28
},
29
"scripts": {
30
- "postinstall": "bin/npm-post-install.sh",
+ "grpc": "bin/npm-post-install.sh",
31
"compile": "tsc -p src",
32
"full-clean": "npm run clean; rm -rf node_modules",
33
"clean": "rm -rf lib docs coverage .nyc_output oracle-*tgz",
0 commit comments