Skip to content

Commit 61a6bfa

Browse files
committed
v1.0.4
1 parent 2dd1497 commit 61a6bfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "@mattapperson/slapshot",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "lib/index.js",
55
"description": "Mock method calls with snapshots, run your intigation tests online or offline!",
66
"license": "MIT",
77
"scripts": {
88
"prepare": "npm run build",
99
"build": "tsc -p tsconfig.build.json",
1010
"test": "jest",
11-
"prepublishOnly": "npm test",
12-
"publish": "release-it"
11+
"release": "yarn test && release-it"
1312
},
1413
"release-it": {
1514
"git": {

0 commit comments

Comments
 (0)