Release Artifacts for v2.2.4
[skip ci]
This commit is contained in:
parent
30d84f99e4
commit
455cccb3b5
6 changed files with 126 additions and 26 deletions
16
package.json
16
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "A framework for building brilliant applications",
|
||||
"author": "Leo Horie",
|
||||
"license": "MIT",
|
||||
|
|
@ -9,16 +9,23 @@
|
|||
"repository": "github:MithrilJS/mithril.js",
|
||||
"scripts": {
|
||||
"precommit": "lint-staged",
|
||||
"watch": "chokidar-cli -c 'run-s build:browser test' '**' -i 'node_modules' -i '.*' -i ",
|
||||
"watch": "run-p watch:**",
|
||||
"watch:js": "node scripts/bundler browser.js -output mithril.js -watch",
|
||||
"watch:docs": "node scripts/generate-docs --watch",
|
||||
"watch:docs-lint": "node scripts/lint-docs --watch",
|
||||
"build": "run-p build:browser build:min build:stream-min",
|
||||
"build:browser": "node scripts/bundler browser.js -output mithril.js",
|
||||
"build:docs": "node scripts/generate-docs",
|
||||
"build:min": "node scripts/bundler browser.js -output mithril.min.js -minify -save",
|
||||
"build:stream-min": "node scripts/minify-stream",
|
||||
"cleanup:lint": "rimraf .eslintcache",
|
||||
"lint": "eslint . --cache",
|
||||
"lint": "run-s -cn lint:**",
|
||||
"lint:js": "eslint . --cache",
|
||||
"lint:docs": "node scripts/lint-docs",
|
||||
"perf": "node performance/test-perf.js",
|
||||
"pretest": "npm run lint",
|
||||
"test": "ospec",
|
||||
"test": "run-s test:js",
|
||||
"test:js": "ospec",
|
||||
"cover": "istanbul cover --print both ospec"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -26,7 +33,6 @@
|
|||
"@babel/parser": "^7.7.5",
|
||||
"benchmark": "^2.1.4",
|
||||
"chokidar": "^3.2.1",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"escape-string-regexp": "^2.0.0",
|
||||
"eslint": "^8.9.0",
|
||||
"gh-pages": "^6.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue