Skip to content

Commit

Permalink
It appears that babel needs to be a dependency as opposed to a devDep…
Browse files Browse the repository at this point in the history
…endency.
  • Loading branch information
gajus committed Sep 10, 2015
1 parent b30077c commit 2efc4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/browser/contents.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
},
"main": "./dist/es5/index.js",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"gitdown": "^1.3.2",
Expand Down Expand Up @@ -44,6 +42,7 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"babel": "^5.8.23",
"lodash": "^3.10.1",
"sister": "^3.0.0"
}
Expand Down

0 comments on commit 2efc4d3

Please sign in to comment.