Skip to content

Commit 44396f4

Browse files
committed
6.2.2
1 parent 6334105 commit 44396f4

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [6.2.2] - 2018-03-21
99

1010
### Fixed
1111

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.2.1",
3+
"version": "6.2.2",
44
"license": "Apache-2.0",
55
"description": "The official ArangoDB JavaScript driver.",
66
"homepage": "https://github.com/arangodb/arangojs",
@@ -47,19 +47,15 @@
4747
"lib/cjs/util/*.*"
4848
],
4949
"scripts": {
50-
"test":
51-
"mocha --growl --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test",
50+
"test": "mocha --growl --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test",
5251
"pretest": "yarn dist",
53-
"ci":
54-
"mocha --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test",
52+
"ci": "mocha --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test",
5553
"preci": "yarn install",
5654
"jenkins": "yarn ci -- --timeout 0 --reporter xunit-file",
5755
"dist:cjs": "tsc -p . --outDir ./lib/cjs/ && cpy src/index.js lib/cjs/",
58-
"dist:async":
59-
"tsc -p . --outDir ./lib/async/ --target es2017 && cpy src/index.js lib/async/",
56+
"dist:async": "tsc -p . --outDir ./lib/async/ --target es2017 && cpy src/index.js lib/async/",
6057
"dist:web": "webpack",
61-
"dist":
62-
"rimraf lib && npm-run-all --parallel dist:* && cpy src/index.all.js --rename index.js lib/",
58+
"dist": "rimraf lib && npm-run-all --parallel dist:* && cpy src/index.all.js --rename index.js lib/",
6359
"prepublish": "yarn dist && node -e 'require(\".\");'"
6460
},
6561
"dependencies": {
@@ -95,4 +91,4 @@
9591
"webpack": "^3.0.0",
9692
"xunit-file": "1.0.0"
9793
}
98-
}
94+
}

0 commit comments

Comments
 (0)