File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
## master
2
2
3
+ ## 0.0.3 (July 01, 2016)
4
+ * First beta version
5
+
3
6
## 0.0.1 (June 07, 2016)
4
7
* Initial commit
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-compose-mongoose" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Plugin for `graphql-compose` which derive a graphql type from a mongoose model." ,
5
5
"files" : [
6
6
" es" ,
13
13
"build-cjs" : " rimraf lib && BABEL_ENV=cjs babel src -d lib" ,
14
14
"build-es" : " rimraf es && BABEL_ENV=es babel src -d es" ,
15
15
"lint" : " eslint src test *.js" ,
16
- "prepublish123 " : " npm run build" ,
16
+ "prepublish " : " npm run build" ,
17
17
"test" : " mocha --compilers js:babel-core/register" ,
18
18
"test:opts_example" : " mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive --watch" ,
19
19
"watch" : " babel-node ./resources/watch.js"
35
35
"homepage" : " https://github.com/nodkz/graphql-compose-mongoose" ,
36
36
"dependencies" : {
37
37
"babel-runtime" : " ^6.6.1" ,
38
+ "graphql-compose" : " >=0.0.2" ,
38
39
"mongoose" : " ^4.4.20" ,
39
40
"object-path" : " ^0.9.2"
40
41
},
41
42
"peerDependencies" : {
42
- "graphql" : " ^0.5.0" ,
43
- "graphql-compose" : " >=0.0.1"
43
+ "graphql" : " ^0.5.0"
44
44
},
45
45
"devDependencies" : {
46
46
"babel-cli" : " ^6.7.7" ,
You can’t perform that action at this time.
0 commit comments