Skip to content

Commit 07d864d

Browse files
authored
cleanup es config (#76)
1 parent acd33f5 commit 07d864d

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
22
*.log
33
lib
4-
es
5-
.idea
4+
.idea

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.*
22
yarn.lock
33
tests
4-
!es/
54
!lib/

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
"clean": "rimraf lib es",
3434
"test": "jest tests",
3535
"lint": "eslint src tests",
36-
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
37-
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
38-
"build": "yarn build:commonjs && yarn build:es",
36+
"build": "cross-env babel src --out-dir lib",
3937
"prepublishOnly": "yarn ci"
4038
}
4139
}

0 commit comments

Comments
 (0)