Skip to content

Commit 5352f50

Browse files
committed
Use 'prepublishOnly' to avoid npm deprecation warning
1 parent 83a014c commit 5352f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
],
6565
"scripts": {
6666
"test": "gulp test",
67-
"prepublish": "gulp dist"
67+
"prepublishOnly": "gulp dist"
6868
}
6969
}

0 commit comments

Comments
 (0)