File tree 2 files changed +4
-3
lines changed
examples/libp2p-in-the-browser
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
test /repo-tests *
5
5
** /bundle.js
6
6
.cache
7
+ .parcel-cache
7
8
8
9
# Logs
9
10
logs
Original file line number Diff line number Diff line change 2
2
"name" : " libp2p-in-browser" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " A libp2p node running in the browser" ,
5
- "main" : " index.js " ,
5
+ "main" : " dist/ index.html " ,
6
6
"browserslist" : [
7
7
" last 2 Chrome versions"
8
8
],
9
9
"scripts" : {
10
10
"test" : " echo \" Error: no test specified\" && exit 1" ,
11
- "build" : " parcel build index.html" ,
11
+ "build" : " parcel build index.html --no-scope-hoist " ,
12
12
"start" : " parcel index.html"
13
13
},
14
14
"keywords" : [],
29
29
"babel-plugin-syntax-async-functions" : " ^6.13.0" ,
30
30
"babel-plugin-transform-regenerator" : " ^6.26.0" ,
31
31
"babel-polyfill" : " ^6.26.0" ,
32
- "parcel-bundler " : " 1.12.3 "
32
+ "parcel" : " next "
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments