@feng3d/event
Advanced tools
Comparing version 0.3.16 to 0.3.17
{ | ||
"name": "@feng3d/event", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "事件系统", | ||
@@ -16,5 +16,5 @@ "main": "lib/index.js", | ||
"build": "tsc -b", | ||
"build:w": "tsc -b -w", | ||
"watch": "tsc -b -w", | ||
"bundle": "rollup -c", | ||
"bundle:w": "rollup -c -w ", | ||
"bundle:watch": "rollup -c -w ", | ||
"lint": "eslint --ext .js --ext .ts src test rollup.config.js --ignore-path .gitignore --max-warnings 0", | ||
@@ -24,4 +24,4 @@ "lintfix": "npm run lint -- --fix", | ||
"docs": "rimraf public && typedoc", | ||
"publish:pre": "npm version patch && npm run build && npm run bundle", | ||
"publish": "git push && git push --tags" | ||
"prepublish": "npm run build && npm run bundle", | ||
"publish": "npm version patch && git push && git push --tags && npm publish" | ||
}, | ||
@@ -28,0 +28,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
216998