@produck/mold
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@produck/mold", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "For helping to create a final options from a defined specification.", | ||
@@ -35,6 +35,3 @@ "keywords": [ | ||
"build": "rollup -c script/rollup.config.mjs", | ||
"lint": "eslint --fix **/*.mjs", | ||
"test": "mocha \"**/*-spec.mjs\" -t 999999999 ", | ||
"coverage": "c8 --reporter=lcov npm test", | ||
"prepublishOnly": "npm run lint && npm test && npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -45,8 +42,5 @@ "bugs": { | ||
"devDependencies": { | ||
"c8": "^7.12.0", | ||
"eslint": "^8.24.0", | ||
"mocha": "^10.0.0", | ||
"rollup": "^2.79.1" | ||
}, | ||
"gitHead": "81c6ece2bb1e5b97b1a2cda9389c6214f807368c" | ||
"gitHead": "4b35006bffca0429d79c6b1bfc486dc8a553482a" | ||
} |
Sorry, the diff of this file is not supported yet
1
56618