Skip to content

Commit 09022fa

Browse files
authored
fix: change prepublish to prepare (#7)
- `prepublish` is deprecated as of npm@5
1 parent 5a949dc commit 09022fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"prepush": "npm test",
20-
"prepublish": "npm run build",
20+
"prepare": "npm run build",
2121
"prebuild": "del-cli ./dist",
2222
"build": "babel src -d dist",
2323
"dev": "gramps dev -d ./",
@@ -81,5 +81,5 @@
8181
}
8282
}
8383
},
84-
"version": "1.0.0-beta.4"
84+
"version": "0.0.0-development"
8585
}

0 commit comments

Comments
 (0)