Skip to content

Commit

Permalink
Replace npmpub with np
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Jan 21, 2024
1 parent e90f672 commit 785a4a4
Show file tree
Hide file tree
Showing 2 changed files with 2,005 additions and 466 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublish": "npm run build",
"prebuild": "rimraf dist",
"build": "babel src --ignore index.spec.js --out-dir dist",
"release": "npmpub",
"release": "np",
"lint": "eslint src/**/*.js",
"test": "jest"
},
Expand All @@ -38,7 +38,7 @@
"husky": "^8.0.1",
"jest": "21.2.1",
"lint-staged": "^15.2.0",
"npmpub": "^5.0.0",
"np": "^9.2.0",
"prettier": "^3.0.0",
"regenerator-runtime": "^0.14.0",
"rimraf": "^5.0.1"
Expand Down
Loading

0 comments on commit 785a4a4

Please sign in to comment.