File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ coverage
16
16
typings
17
17
docs
18
18
dist
19
+ package-lock.json
19
20
20
21
# # this is generated by `npm pack`
21
22
* .tgz
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rsweeten/browser" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " ZXing for JS's browser layer." ,
5
5
"keywords" : [
6
6
" reader" ,
32
32
},
33
33
"repository" : {
34
34
"type" : " git" ,
35
- "url" : " git+https://github.com/rsweeten/browser"
35
+ "url" : " git+https://github.com/rsweeten/browser.git "
36
36
},
37
37
"private" : false ,
38
- "main" : " ./cjs /index.js " ,
38
+ "main" : " ./src /index.ts " ,
39
39
"module" : " ./esm/index.js" ,
40
40
"typings" : " ./esm/index.d.ts" ,
41
41
"esnext" : " ./es2015/index.js" ,
52
52
"e2e:serve:start" : " pm2 serve ./ 8080 --name zxing-browser-e2e" ,
53
53
"e2e:serve:stop" : " pm2 del zxing-browser-e2e" ,
54
54
"e2e:test" : " yarn e2e:serve:start && yarn e2e:run && yarn e2e:serve:stop" ,
55
+ "publish:dist" : " cd ./dist && npm publish --access=public" ,
56
+ "publish:patch" : " npm version patch && npm run build && npm run publish:dist" ,
55
57
"e2e:run" : " cypress run --headless --browser chrome" ,
56
58
"cypress:debug" : " BROWSER=none CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open"
57
59
},
You can’t perform that action at this time.
0 commit comments