This repository was archived by the owner on Dec 3, 2023. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " common-algorithms-js" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.1.3 " ,
4
4
"description" : " Common algorithms implemented in JavaScript." ,
5
5
"main" : " ./es.js" ,
6
6
"scripts" : {
7
7
"transpile-es5" : " node_modules/.bin/shx rm -rf ./algorithms/es5 && node_modules/.bin/shx rm -rf ./test/es5 && node_modules/.bin/shx rm -f ./es5.js && node_modules/.bin/babel ./es.js -o ./es5.js --plugins=babel-plugin-transform-es2015-modules-umd --no-comments && node_modules/.bin/babel ./algorithms/es -d ./algorithms/es5 --plugins=babel-plugin-transform-es2015-modules-umd --no-comments && node_modules/.bin/babel ./test/es -d ./test/es5 --no-comments && node_modules/.bin/replace '/es/' '/es5/' ./es5.js -q && node_modules/.bin/replace 'global.es' 'global.algorithms' ./es5.js -q && node_modules/.bin/replace '../../es' '../../es5' ./test/es5 -r -q && node_modules/.bin/replace 'Algorithm:' 'ES5 Algorithm:' ./test/es5 -r -q && node_modules/.bin/standard --fix --global self --global define --global it --global describe" ,
8
- "coverage" : " node_modules/.bin/nyc -- require babel-register node_modules/.bin/_mocha ./test/es/*.js && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls" ,
8
+ "coverage" : " node_modules/.bin/nyc report --reporter=text-lcov -- require babel-register node_modules/.bin/_mocha ./test/es/*.js | node_modules/.bin/coveralls" ,
9
9
"test" : " npm run transpile-es5 && node_modules/.bin/nyc --require babel-register node_modules/.bin/_mocha ./test/**/*.js"
10
10
},
11
11
"repository" : {
You can’t perform that action at this time.
0 commit comments