Skip to content

Commit c0f4565

Browse files
committed
ecube: Updated version to 0.4.0-SNAPSHOT
1 parent b5ad7c8 commit c0f4565

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
2-
"author": "cubejs",
3-
"name": "context-config",
4-
"version": "0.3.8-SNAPSHOT",
5-
"scripts": {
6-
"test": "mocha --ui bdd --timeout 10s --reporter spec ./test --ignore-leaks"
7-
},
8-
"repository": {
9-
"type": "git",
10-
"url": "[email protected]:cubejs/context-config-node.git"
11-
},
12-
"engines": {
13-
"node": ">= 0.8.0"
14-
},
15-
"main": "lib/app.js",
16-
"dependencies": {
17-
"underscore": "~1.4.4",
18-
"q": "~0.9.0",
19-
"config": "~0.4.21"
20-
},
21-
"devDependencies": {
22-
"mocha": "~1.8.2",
23-
"should": "~1.2.2"
24-
}
25-
}
2+
"author": "cubejs",
3+
"name": "context-config",
4+
"version": "0.4.0-SNAPSHOT",
5+
"scripts": {
6+
"test": "mocha --ui bdd --timeout 10s --reporter spec ./test --ignore-leaks"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "[email protected]:cubejs/context-config-node.git"
11+
},
12+
"engines": {
13+
"node": ">= 0.8.0"
14+
},
15+
"main": "lib/app.js",
16+
"dependencies": {
17+
"underscore": "~1.4.4",
18+
"q": "~0.9.0",
19+
"config": "~0.4.21"
20+
},
21+
"devDependencies": {
22+
"mocha": "~1.8.2",
23+
"should": "~1.2.2"
24+
},
25+
"ebay": {}
26+
}

0 commit comments

Comments
 (0)