|
|
@ -25,13 +25,12 @@
|
|
|
|
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
|
|
|
|
"coverage": "c8 report --reporter=text-lcov > coverage.lcov && c8 report --reporter=html",
|
|
|
|
"codecov": "codecov",
|
|
|
|
"codecov": "codecov",
|
|
|
|
"precodecov": "npm run coverage",
|
|
|
|
"precodecov": "npm run coverage",
|
|
|
|
"lint": "eslint src test/*.js",
|
|
|
|
|
|
|
|
"build": "rollup -c",
|
|
|
|
"build": "rollup -c",
|
|
|
|
"prepare": "npm run build && npm run tsd",
|
|
|
|
"prepare": "npm run build && npm run tsd",
|
|
|
|
"dev": "rollup -cw",
|
|
|
|
"dev": "rollup -cw",
|
|
|
|
"pretest": "npm run build",
|
|
|
|
"pretest": "npm run build",
|
|
|
|
"posttest": "agadoo internal.mjs",
|
|
|
|
"posttest": "agadoo internal.mjs",
|
|
|
|
"prepublishOnly": "export PUBLISH=true && npm run lint && npm test",
|
|
|
|
"prepublishOnly": "export PUBLISH=true && npm test",
|
|
|
|
"tsd": "tsc -p . --emitDeclarationOnly",
|
|
|
|
"tsd": "tsc -p . --emitDeclarationOnly",
|
|
|
|
"typecheck": "tsc -p . --noEmit"
|
|
|
|
"typecheck": "tsc -p . --noEmit"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -61,9 +60,6 @@
|
|
|
|
"c8": "^3.4.0",
|
|
|
|
"c8": "^3.4.0",
|
|
|
|
"codecov": "^3.0.0",
|
|
|
|
"codecov": "^3.0.0",
|
|
|
|
"css-tree": "1.0.0-alpha22",
|
|
|
|
"css-tree": "1.0.0-alpha22",
|
|
|
|
"eslint": "^5.3.0",
|
|
|
|
|
|
|
|
"eslint-plugin-html": "^5.0.0",
|
|
|
|
|
|
|
|
"eslint-plugin-import": "^2.11.0",
|
|
|
|
|
|
|
|
"estree-walker": "^0.6.0",
|
|
|
|
"estree-walker": "^0.6.0",
|
|
|
|
"is-reference": "^1.1.1",
|
|
|
|
"is-reference": "^1.1.1",
|
|
|
|
"jsdom": "^12.2.0",
|
|
|
|
"jsdom": "^12.2.0",
|
|
|
|