Skip to content

Commit 35ad717

Browse files
author
Jean-Philippe Eisenbarth
committed
[update] package.json command
1 parent 62d38f4 commit 35ad717

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": "crypto-api-wrapper",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "## Web Crypto wrapper",
55
"main": "dist/commonjs/src/index.node.js",
66
"module": "dist/esm/src/index.node.js",
@@ -43,7 +43,7 @@
4343
"test-node": "npm run build && jasmine --config=jasmine.json",
4444
"lint": "tslint --fix -p tsconfig.json && prettier --write --list-different src/**/*.ts test/**/*.{ts,config.js} ./*.{ts,js,json,md} docs/**/*.md && markdownlint ./*.md",
4545
"precommit": "lint-staged && npm test -- --single-run --no-auto-watch",
46-
"publish": "npm run build && npm publish"
46+
"publ": "npm run build && npm publish"
4747
},
4848
"repository": {
4949
"type": "git",

0 commit comments

Comments
 (0)