File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
examples/libp2p-in-the-browser Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44test /repo-tests *
55** /bundle.js
66.cache
7+ .parcel-cache
78
89# Logs
910logs
Original file line number Diff line number Diff line change 22 "name" : " libp2p-in-browser" ,
33 "version" : " 1.0.0" ,
44 "description" : " A libp2p node running in the browser" ,
5- "main" : " index.js " ,
5+ "main" : " dist/ index.html " ,
66 "browserslist" : [
77 " last 2 Chrome versions"
88 ],
99 "scripts" : {
1010 "test" : " echo \" Error: no test specified\" && exit 1" ,
11- "build" : " parcel build index.html" ,
11+ "build" : " parcel build index.html --no-scope-hoist " ,
1212 "start" : " parcel index.html"
1313 },
1414 "keywords" : [],
2929 "babel-plugin-syntax-async-functions" : " ^6.13.0" ,
3030 "babel-plugin-transform-regenerator" : " ^6.26.0" ,
3131 "babel-polyfill" : " ^6.26.0" ,
32- "parcel-bundler " : " 1.12.3 "
32+ "parcel" : " next "
3333 }
3434}
You can’t perform that action at this time.
0 commit comments