File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"repository" : " dgraham/delegated-events" ,
7
7
"main" : " dist/index.umd.js" ,
8
- "module" : " dist/index.esm. js" ,
8
+ "module" : " dist/index.js" ,
9
9
"types" : " index.d.ts" ,
10
10
"scripts" : {
11
11
"clean" : " rm -rf build dist" ,
14
14
"lint" : " eslint delegated-events.js test" ,
15
15
"bootstrap" : " git submodule update --init && npm install" ,
16
16
"prebuild" : " npm run clean && npm run flow && npm run ts && npm run lint" ,
17
- "build" : " rollup -c && cp delegated-events.js.flow dist/index.esm. js.flow && cp delegated-events.js.flow dist/index.umd.js.flow" ,
17
+ "build" : " rollup -c && cp delegated-events.js.flow dist/index.js.flow && cp delegated-events.js.flow dist/index.umd.js.flow" ,
18
18
"pretest" : " npm run clean && npm run flow && npm run ts && npm run lint && rollup -c rollup.config.test.js" ,
19
19
"test" : " karma start --single-run --browsers ChromeHeadless karma.conf.js" ,
20
20
"prebrowser" : " npm run pretest" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
4
4
input : 'delegated-events.js' ,
5
5
output : [
6
6
{
7
- file : 'dist/index.esm. js' ,
7
+ file : 'dist/index.js' ,
8
8
format : 'es'
9
9
} ,
10
10
{
You can’t perform that action at this time.
0 commit comments