File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2323 "browser" : " browserify ./index.js -p licensify -o browser.js -s brain" ,
2424 "browser-min" : " browserify ./index.js -p licensify -s brain -g uglifyify -o browser.min.js" ,
2525 "make" : " rimraf dist && npm run dist && git add ./dist && npm run browser && npm run browser-min" ,
26- "clean" : " rimraf node_modules"
26+ "clean" : " rimraf node_modules" ,
27+ "postinstall" : " opencollective postinstall"
2728 },
2829 "main" : " ./index.js" ,
2930 "devDependencies" : {
7576 "license" : " MIT" ,
7677 "dependencies" : {
7778 "gpu.js" : " ^1.2.0" ,
79+ "opencollective" : " ^1.0.3" ,
7880 "thaw.js" : " ^2.0.0"
7981 },
80- "typings" : " ./index.d.ts"
81- }
82+ "typings" : " ./index.d.ts" ,
83+ "collective" : {
84+ "type" : " opencollective" ,
85+ "url" : " https://opencollective.com/brainjs"
86+ }
87+ }
You can’t perform that action at this time.
0 commit comments