|
|
|
@ -40,6 +40,7 @@
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"remark-cli": "^7.0.1",
|
|
|
|
|
"remark-toc": "^6.0.0",
|
|
|
|
|
"tsconfigs": "^4.0.2",
|
|
|
|
|
"typescript": "^3.7.2",
|
|
|
|
|
"xyz": "2.1.0"
|
|
|
|
|
},
|
|
|
|
@ -52,8 +53,8 @@
|
|
|
|
|
"unit": "karma start",
|
|
|
|
|
"test": "run-s lint compile unit",
|
|
|
|
|
"compile": "npm run compile-es && npm run compile-commonjs",
|
|
|
|
|
"compile-es": "tsc --outDir es --module es6 --moduleResolution node",
|
|
|
|
|
"compile-commonjs": "tsc --outDir ./",
|
|
|
|
|
"compile-es": "tsc --outDir es --module es6",
|
|
|
|
|
"compile-commonjs": "tsc --outDir . --module commonjs",
|
|
|
|
|
"prepublishOnly": "npm run compile",
|
|
|
|
|
"release-major": "xyz --repo git@github.com:paldepind/snabbdom.git --increment major",
|
|
|
|
|
"release-minor": "xyz --repo git@github.com:paldepind/snabbdom.git --increment minor",
|
|
|
|
|