Skip to content

Commit 26fe7b1

Browse files
committed
Release 1.0.2
1 parent bb57212 commit 26fe7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bigchaindb-graphql",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "./dist/node/index.js",
55
"browser": "./dist/browser/bigchaindb-graphql.cjs2.min.js",
66
"repository": {
@@ -35,7 +35,7 @@
3535
"build:dist": "cross-env NODE_ENV=production webpack -p",
3636
"clean": "rimraf dist/bundle dist/node",
3737
"test": "npm run lint && ./node_modules/babel-cli/bin/babel-node.js ./test/queries.js",
38-
"prepublishOnly": "npm update && npm run build",
38+
"prepublishOnly": "npm run build",
3939
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
4040
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
4141
"release-major": "./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive"

0 commit comments

Comments
 (0)