Skip to content

Commit 913b801

Browse files
author
pemrouz
committed
chore: babelify rather than babel+pipe
1 parent 52b545f commit 913b801

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.popper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ globals:
22
- <script src="https://cdn.polyfill.io/v1/polyfill.min.js"></script>
33
- <script src="https://cdnjs.cloudflare.com/ajax/libs/chai/3.0.0/chai.min.js"></script>
44

5-
tests: (npm run build > /dev/null) && (babel test.js | browserify -
5+
tests: (npm run build > /dev/null) && (browserify test.js
6+
-t babelify
67
-i colors
78
-i chai
89
| sed -E "s/require\('chai'\)/window.chai/")

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"devDependencies": {
1717
"babel-cli": "*",
1818
"babel-preset-es2015": "*",
19+
"babelify": "^7.3.0",
1920
"browserify": "*",
2021
"chai": "*",
2122
"coveralls": "*",
@@ -24,12 +25,12 @@
2425
"mocha-lcov-reporter": "*",
2526
"popper": "*",
2627
"rijs.components": "*",
27-
"rijs.precss": "*",
28-
"rijs.needs": "*",
29-
"rijs.data": "*",
3028
"rijs.core": "*",
3129
"rijs.css": "*",
30+
"rijs.data": "*",
3231
"rijs.fn": "*",
32+
"rijs.needs": "*",
33+
"rijs.precss": "*",
3334
"rijs.shadow": "*",
3435
"uglify-js": "*"
3536
},

0 commit comments

Comments
 (0)