Skip to content
Snippets Groups Projects
Commit d172aaf4 authored by David Baker's avatar David Baker
Browse files

Add -loader packages as deps

Even though we don't use webpack directly, webpack needs the loaders
to be in the dependency package's node_modules directory, so this
lets packages that depend on us use webpack.
parent 5af43dc6
Branches
Tags
No related merge requests found
......@@ -30,8 +30,11 @@
"react": "^0.13.3",
"react-loader": "^1.4.0"
},
"//deps": "The loader packages are here because webpack in a project that depends on us needs them in this package's node_modules folder",
"devDependencies": {
"babel": "^5.8.23",
"rimraf": "^2.4.3"
"rimraf": "^2.4.3",
"json-loader": "^0.5.3",
"source-map-loader": "^0.1.5"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment