Skip to content

Commit

Permalink
chore(deps): use latest np
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Apr 5, 2023
1 parent afec2b5 commit 1a99bbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "pinecone && npm run format",
"watch": "pinecone --watch",
"format": "prettier --write .",
"release": "np --no-publish --no-tests",
"release": "npx np@latest --no-publish --no-tests",
"version": "npm run build && npm run format"
},
"icon": "assets/icon.png",
Expand Down Expand Up @@ -85,9 +85,8 @@
},
"devDependencies": {
"@rose-pine/palette": "3.0.1",
"np": "^7.6.1",
"pinecone-cli": "^4.0.1",
"prettier": "^2.5.1"
"prettier": "^2.8.7"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit 1a99bbe

Please sign in to comment.