mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
modified: package.json
This commit is contained in:
+4
-2
@@ -5,8 +5,10 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --recursive",
|
"test": "mocha --recursive",
|
||||||
"prepublish": "npm test && make dist",
|
"dist": "make dist",
|
||||||
"dist": "make dist"
|
"preversion": "npm test",
|
||||||
|
"version": "npm run dist && git add -A dist",
|
||||||
|
"postversion": "git push && git push --tags"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user