Skip to content

Commit afa7009

Browse files
committed
6.0.1
1 parent ac1561a commit afa7009

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -52,17 +52,13 @@
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(\".\");'"
@@ -99,4 +95,4 @@
9995
"webpack": "^3.0.0",
10096
"xunit-file": "1.0.0"
10197
}
102-
}
98+
}

0 commit comments

Comments
 (0)