File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "description" : " A simple client/server app using ShareDB (ottype json1) and WebSockets" ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "build" : " mkdir -p static/dist/ && ./node_modules/.bin/ browserify client.js -o static/dist/bundle.js" ,
7+ "build" : " browserify client.js -o static/dist/bundle.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "start" : " node server.js"
1010 },
Original file line number Diff line number Diff line change 44 "description" : " A simple client/server app using ShareDB and WebSockets" ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "build" : " mkdir -p static/dist/ && ./node_modules/.bin/ browserify client.js -o static/dist/bundle.js" ,
7+ "build" : " browserify client.js -o static/dist/bundle.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "start" : " node server.js"
1010 },
Original file line number Diff line number Diff line change 44 "description" : " React Leaderboard backed by ShareDB" ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "build" : " mkdir -p static/dist/ && ./node_modules/.bin/ browserify -t [ babelify --presets [ react ] ] client/index.jsx -o static/dist/bundle.js" ,
7+ "build" : " browserify -t [ babelify --presets [ react ] ] client/index.jsx -o static/dist/bundle.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "start" : " node server/index.js"
1010 },
Original file line number Diff line number Diff line change 44 "description" : " An example of presence using ShareDB and Quill" ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "build" : " mkdir -p static/dist/ && ./node_modules/.bin/ browserify client.js -o static/dist/bundle.js" ,
7+ "build" : " browserify client.js -o static/dist/bundle.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "start" : " node server.js"
1010 },
Original file line number Diff line number Diff line change 44 "description" : " A simple rich-text editor example based on Quill and ShareDB" ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "build" : " mkdir -p static/dist/ && ./node_modules/.bin/ browserify client.js -o static/dist/bundle.js" ,
7+ "build" : " browserify client.js -o static/dist/bundle.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "start" : " node server.js"
1010 },
Original file line number Diff line number Diff line change 44 "description" : " A simple client/server app using ShareDB and WebSockets" ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "build" : " mkdir -p static/dist/ && ./node_modules/.bin/ browserify client.js -o static/dist/bundle.js" ,
7+ "build" : " browserify client.js -o static/dist/bundle.js" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "start" : " node server.js"
1010 },
You can’t perform that action at this time.
0 commit comments