Skip to content

Commit 0b5472b

Browse files
committed
Patch revision
1 parent bb752a0 commit 0b5472b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.npmignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
.github
22
.idea
3-
bin
43
.nyc_output
54
coverage
65
node_modules
7-
etc
86
test
97
.gitignore
108
.nycrc

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oracle/coherence",
3-
"version": "1.0.1",
3+
"version": "1.0.4",
44
"license": "UPL-1.0",
55
"main": "lib/index.js",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"typescript": "^3.9.7"
2828
},
2929
"scripts": {
30-
"postinstall": "bin/npm-post-install.sh",
30+
"grpc": "bin/npm-post-install.sh",
3131
"compile": "tsc -p src",
3232
"full-clean": "npm run clean; rm -rf node_modules",
3333
"clean": "rm -rf lib docs coverage .nyc_output oracle-*tgz",

0 commit comments

Comments
 (0)