Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 1ddff72

Browse files
committed
Bump version to 2.1.0
1 parent 77baf14 commit 1ddff72

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "aor-json-rest-client",
3-
"version": "2.0.0",
4-
"description": "A local REST client for admin-on-rest",
5-
"main": "lib/index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"files": [
10-
"LICENSE",
11-
"*.md",
12-
"lib",
13-
"src"
14-
],
15-
"repository": {
16-
"type": "git",
17-
"url": "git+https://github.com/marmelab/aor-json-rest-client.git"
18-
},
19-
"keywords": [
20-
"reactjs",
21-
"react",
22-
"rest",
23-
"fakerest",
24-
"local"
25-
],
26-
"author": "François Zaninotto",
27-
"license": "MIT",
28-
"bugs": {
29-
"url": "https://github.com/marmelab/aor-json-rest-client/issues"
30-
},
31-
"homepage": "https://github.com/marmelab/aor-json-rest-client#readme",
32-
"dependencies": {
33-
"fakerest": "~2.0.0"
34-
},
35-
"devDependencies": {
36-
"babel-cli": "^6.18.0",
37-
"babel-plugin-add-module-exports": "^0.2.1",
38-
"babel-preset-es2015": "^6.18.0",
39-
"babel-preset-stage-0": "^6.16.0"
40-
}
2+
"name": "aor-json-rest-client",
3+
"version": "2.1.0",
4+
"description": "A local REST client for admin-on-rest",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"files": [
10+
"LICENSE",
11+
"*.md",
12+
"lib",
13+
"src"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/marmelab/aor-json-rest-client.git"
18+
},
19+
"keywords": [
20+
"reactjs",
21+
"react",
22+
"rest",
23+
"fakerest",
24+
"local"
25+
],
26+
"author": "François Zaninotto",
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/marmelab/aor-json-rest-client/issues"
30+
},
31+
"homepage": "https://github.com/marmelab/aor-json-rest-client#readme",
32+
"dependencies": {
33+
"fakerest": "~2.1.0"
34+
},
35+
"devDependencies": {
36+
"babel-cli": "^6.18.0",
37+
"babel-plugin-add-module-exports": "^0.2.1",
38+
"babel-preset-es2015": "^6.18.0",
39+
"babel-preset-stage-0": "^6.16.0"
40+
}
4141
}

0 commit comments

Comments
 (0)