Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 0318974

Browse files
authored
Merge pull request #144 from solid/dan-f/missing-babel-loader
Add forgotten babel-loader, move babel to devDependencies
2 parents dc8100d + 86488f7 commit 0318974

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
},
5656
"homepage": "https://github.com/solid/solid-client",
5757
"dependencies": {
58-
"babel-cli": "^6.18.0",
59-
"babel-preset-es2015": "^6.18.0",
6058
"rdflib": "^0.13.0",
6159
"shorthash": "0.0.2",
6260
"solid-auth-tls": "0.0.4",
@@ -65,6 +63,9 @@
6563
"solid-web-client": "^0.1.0"
6664
},
6765
"devDependencies": {
66+
"babel-cli": "^6.18.0",
67+
"babel-loader": "^6.2.10",
68+
"babel-preset-es2015": "^6.18.0",
6869
"json-loader": "^0.5.4",
6970
"nock": "^9.0.2",
7071
"qunit": "^0.9.0",

0 commit comments

Comments
 (0)