File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11## master
22
3+ ## 0.0.3 (July 01, 2016)
4+ * First beta version
5+
36## 0.0.1 (June 07, 2016)
47* Initial commit
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-compose-mongoose" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " Plugin for `graphql-compose` which derive a graphql type from a mongoose model." ,
55 "files" : [
66 " es" ,
1313 "build-cjs" : " rimraf lib && BABEL_ENV=cjs babel src -d lib" ,
1414 "build-es" : " rimraf es && BABEL_ENV=es babel src -d es" ,
1515 "lint" : " eslint src test *.js" ,
16- "prepublish123 " : " npm run build" ,
16+ "prepublish " : " npm run build" ,
1717 "test" : " mocha --compilers js:babel-core/register" ,
1818 "test:opts_example" : " mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive --watch" ,
1919 "watch" : " babel-node ./resources/watch.js"
3535 "homepage" : " https://github.com/nodkz/graphql-compose-mongoose" ,
3636 "dependencies" : {
3737 "babel-runtime" : " ^6.6.1" ,
38+ "graphql-compose" : " >=0.0.2" ,
3839 "mongoose" : " ^4.4.20" ,
3940 "object-path" : " ^0.9.2"
4041 },
4142 "peerDependencies" : {
42- "graphql" : " ^0.5.0" ,
43- "graphql-compose" : " >=0.0.1"
43+ "graphql" : " ^0.5.0"
4444 },
4545 "devDependencies" : {
4646 "babel-cli" : " ^6.7.7" ,
You can’t perform that action at this time.
0 commit comments