This repository was archived by the owner on Nov 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright (c) 2016 darlenya & arlac77
1+ Copyright (c) 2016,2017 darlenya & arlac77
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 55 "module" : " src/module.js" ,
66 "main" : " dist/module.js" ,
77 "scripts" : {
8- "cover" : " npm run build && node_modules/.bin/ istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js" ,
9- "test" : " npm run build && node_modules/.bin/ mocha tests/*_test.js && markdown-doctest " ,
8+ "cover" : " npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js" ,
9+ "test" : " mocha tests/*_test.js" ,
1010 "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
11- "build" : " node_modules/rollup/bin/rollup --output=dist/module.js -c -- src/module.js" ,
12- "docs" : " jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md"
11+ "docs" : " jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md" ,
12+ "prepublish" : " rollup --output=dist/module.js -c -- src/module.js" ,
13+ "pretest" : " npm run prepublish" ,
14+ "posttest" : " markdown-doctest"
1315 },
1416 "repository" : {
1517 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments