Commit 648ce2d4 authored by Fabrice Marsaud's avatar Fabrice Marsaud

Merge pull request #10 from marsaud/babel-runtime

fix(package): babel-runtime is a prod dependency
parents fb35fc83 0c35aa1b
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
"url": "https://github.com/marsaud/node-smb2" "url": "https://github.com/marsaud/node-smb2"
}, },
"dependencies": { "dependencies": {
"babel-runtime": "^5.8.34",
"ntlm": "~0.1.1" "ntlm": "~0.1.1"
}, },
"keywords": [ "keywords": [
...@@ -37,7 +38,6 @@ ...@@ -37,7 +38,6 @@
"devDependencies": { "devDependencies": {
"babel": "^5.8.34", "babel": "^5.8.34",
"babel-eslint": "^4.1.6", "babel-eslint": "^4.1.6",
"babel-runtime": "^5.8.34",
"source-map-support": "^0.4.0", "source-map-support": "^0.4.0",
"standard": "^5.4.1" "standard": "^5.4.1"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment