File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "env" : {
33 "esm" : {
4- "presets" : [
5- [" @babel/env" , {"modules" : false }],
6- " @babel/flow"
7- ]
4+ "presets" : [" @babel/flow" ]
85 },
96 "umd" : {
107 "plugins" : [
Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- node-version : [8.x, 10.x, 12.x]
14+ node-version : [10.x, 12.x]
1515
1616 steps :
1717 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 2020 </ script >
2121 <!-- Uncomment to test in development -->
2222 <!--<script type="module">
23- import checkAll from '../dist/check-all.esm. js'
23+ import checkAll from '../dist/check-all.js'
2424 checkAll(document.querySelector('[data-check-all-container]'))
2525 </script>-->
2626</ body >
Original file line number Diff line number Diff line change 33 "description" : " Multiple checkbox selection helper." ,
44 "version" : " 0.2.6" ,
55 "main" : " dist/check-all.umd.js" ,
6- "module" : " dist/check-all.esm. js" ,
6+ "module" : " dist/check-all.js" ,
77 "types" : " index.d.ts" ,
88 "license" : " MIT" ,
99 "repository" : " github/check-all" ,
1616 "lint" : " github-lint" ,
1717 "prebuild" : " npm run clean && npm run lint && mkdir dist" ,
1818 "build-umd" : " BABEL_ENV=umd babel check-all.js -o dist/check-all.umd.js && cp check-all.js.flow dist/check-all.umd.js.flow" ,
19- "build-esm" : " BABEL_ENV=esm babel check-all.js -o dist/check-all.esm. js && cp check-all.js.flow dist/check-all.esm .js.flow" ,
19+ "build-esm" : " BABEL_ENV=esm babel check-all.js -o dist/check-all.js && cp check-all.js.flow dist/check-all.js.flow" ,
2020 "build" : " npm run build-umd && npm run build-esm" ,
2121 "pretest" : " npm run build" ,
2222 "test" : " karma start test/karma.config.js" ,
You can’t perform that action at this time.
0 commit comments