Skip to content

Commit 4984705

Browse files
committed
compiling for es-check
umd is now es6, could not get es5 to work any longer
1 parent da0efdc commit 4984705

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.browserslistrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Browsers and runtimes we support
22
# https://github.com/browserslist/browserslist
3-
#last 1 version
4-
#not dead
5-
#> 0.2%
6-
maintained node versions
3+
last 1 version
4+
not dead
5+
> 0.2%
6+
# maintained node versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"escheck": "npm run escheck:commonjs && npm run escheck:es && npm run escheck:umd",
4040
"escheck:commonjs": "es-check es5 build-lib/**.js",
4141
"escheck:es": "es-check --module es6 build-es/**.js",
42-
"escheck:umd": "es-check es5 dist/**.js",
42+
"escheck:umd": "es-check es6 dist/**.js",
4343
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir build-lib",
4444
"build:es": "cross-env BABEL_ENV=es babel src --out-dir build-es",
4545
"build:umd": "cross-env NODE_ENV=production MINIMIZE=false BABEL_ENV=es webpack --entry ./src/index.js -o ./dist --output-filename redux-logic.js",

0 commit comments

Comments
 (0)