Skip to content

Commit

Permalink
Use np for publishing (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov authored and ntwb committed Sep 7, 2019
1 parent 5d15310 commit 48db5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -1 +1,2 @@
package-lock=false
tag-version-prefix = ""
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -25,8 +25,8 @@
"eslint-config-stylelint": "^11.0.0",
"jest": "^24.8.0",
"jest-preset-stylelint": "^1.3.0",
"np": "^5.0.3",
"npm-run-all": "^4.1.5",
"npmpub": "^4.1.0",
"remark-cli": "^7.0.0",
"remark-preset-lint-consistent": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.0",
Expand All @@ -36,12 +36,11 @@
"stylelint": "^8.3.0 || ^9.0.0 || ^10.0.0"
},
"scripts": {
"dry-release": "npmpub --dry --verbose",
"lint:js": "eslint . --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail",
"lint": "npm-run-all --parallel lint:*",
"pretest": "npm run lint",
"release": "npmpub",
"release": "np",
"test": "jest",
"watch": "jest --watch"
},
Expand Down

0 comments on commit 48db5f0

Please sign in to comment.