File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " arangojs" ,
3- "version" : " 6.0.0 " ,
3+ "version" : " 6.0.1 " ,
44 "license" : " Apache-2.0" ,
55 "description" : " The official ArangoDB JavaScript driver." ,
66 "homepage" : " https://github.com/arangodb/arangojs" ,
5252 " lib/esm/util/*.*"
5353 ],
5454 "scripts" : {
55- "test" :
56- " mocha --growl --reporter spec --require source-map-support/register --require core-js/shim --timeout 10000 lib/cjs/test" ,
55+ "test" : " mocha --growl --reporter spec --require source-map-support/register --require core-js/shim --timeout 10000 lib/cjs/test" ,
5756 "pretest" : " rimraf lib/cjs ; npm run dist:cjs" ,
58- "ci" :
59- " mocha --reporter spec --require source-map-support/register --require core-js/shim --timeout 10000 lib/cjs/test" ,
57+ "ci" : " mocha --reporter spec --require source-map-support/register --require core-js/shim --timeout 10000 lib/cjs/test" ,
6058 "preci" : " npm install" ,
6159 "jenkins" : " npm run ci -- --timeout 0 --reporter xunit-file" ,
62- "dist:cjs" :
63- " tsc -p . --outDir ./lib/cjs/ --module commonjs && cp src/index.cjs.js lib/cjs/index.js" ,
64- "dist:esm" :
65- " tsc -p . --outDir ./lib/esm/ --module es2015 && cp src/index.esm.js lib/esm/index.js" ,
60+ "dist:cjs" : " tsc -p . --outDir ./lib/cjs/ --module commonjs && cp src/index.cjs.js lib/cjs/index.js" ,
61+ "dist:esm" : " tsc -p . --outDir ./lib/esm/ --module es2015 && cp src/index.esm.js lib/esm/index.js" ,
6662 "dist:web" : " webpack" ,
6763 "dist" : " rimraf lib ; npm-run-all --parallel dist:*" ,
6864 "prepublish" : " npm run dist && node -e 'require(\" .\" );'"
9995 "webpack" : " ^3.0.0" ,
10096 "xunit-file" : " 1.0.0"
10197 }
102- }
98+ }
You can’t perform that action at this time.
0 commit comments