File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 29
29
"mime" : " 1.3.4" ,
30
30
"mongodb" : " 2.2.26" ,
31
31
"multer" : " 1.3.0" ,
32
- "opencollective" : " ^1.0.3" ,
33
32
"parse" : " 1.9.2" ,
34
33
"parse-server-fs-adapter" : " 1.0.1" ,
35
34
"parse-server-push-adapter" : " 1.3.0" ,
76
75
"coverage" : " cross-env COVERAGE_OPTION='./node_modules/.bin/nyc' npm test" ,
77
76
"coverage:win" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 node ./node_modules/.bin/nyc ./node_modules/jasmine/bin/jasmine.js" ,
78
77
"start" : " node ./bin/parse-server" ,
79
- "prepublish" : " npm run build" ,
80
- "postinstall" : " opencollective postinstall"
78
+ "prepublish" : " npm run build"
81
79
},
82
80
"engines" : {
83
81
"node" : " >=4.6"
94
92
"url" : " https://opencollective.com/parse-server" ,
95
93
"logo" : " https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary"
96
94
}
97
- }
95
+ }
You can’t perform that action at this time.
0 commit comments