Skip to content

Commit

Permalink
see if adding name to package.json fixes npm ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed May 16, 2021
1 parent 9f694d7 commit 23cc758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "meteor-fast-render",
"version": "1.0.0",
"scripts": {
"lint": "eslint ./",
"publish-release": "rimraf ./node_modules && meteor publish && meteor npm i --only=dev",
Expand Down

0 comments on commit 23cc758

Please sign in to comment.