Skip to content

Commit cf7ca7f

Browse files
0.1.0
1 parent 45ca417 commit cf7ca7f

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

Makefile

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
install:
2-
npm install
3-
4-
update:
5-
npm update
6-
7-
clean:
8-
rm -Rf lib lib-cov docs
9-
10-
watch:
11-
gulp watch
1+
include node_modules/springbokjs-library/tasks.mk

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"springbokjs",
66
"springbokjs-db"
77
],
8-
"version": "0.0.3",
8+
"version": "0.1.0",
99
"homepage": "http://springbokjs.org",
1010
"license": "MIT",
1111
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
12-
"repository": "git://github.com/christophehurpeau/springbokjs-db.git",
12+
"repository": "git://github.com/christophehurpeau/springbokjs-db-serverstore.git",
1313
"scripts": {
1414
"test": "node_modules/.bin/mocha --harmony --recursive -u tdd tests/lib"
1515
},
1616
"main": "./lib/index.js",
1717
"peerDependencies": {
18-
"springbokjs-browser": "*",
19-
"springbokjs-db": "*"
18+
"springbokjs-browser": "^0.2",
19+
"springbokjs-db": "^0.1"
2020
},
2121
"devDependencies": {
2222
"gulp": "^3.8",
2323
"mocha": "^2.0",
2424
"proclaim": "^2.0",
25-
"springbokjs-library": "^3.1.0"
25+
"springbokjs-library": "^3.3.1"
2626
}
2727
}

0 commit comments

Comments
 (0)