Commit 8fb002b2 by Clinton Blackburn

Marked RequireJS as a Production Dependency

parent d68aa906
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
}, },
"dependencies": { "dependencies": {
"bower": "^1.3.12", "bower": "^1.3.12",
"cldr-data-downloader": "0.0.5" "cldr-data-downloader": "0.0.5",
"requirejs": "^2.1.14"
}, },
"devDependencies": { "devDependencies": {
"browser-sync": "^1.1.2", "browser-sync": "^1.1.2",
...@@ -22,7 +23,6 @@ ...@@ -22,7 +23,6 @@
"karma-requirejs": "^0.2.2", "karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.3", "karma-sinon": "^1.0.3",
"phantomjs": "^1.9.11", "phantomjs": "^1.9.11",
"requirejs": "^2.1.14",
"sinon": "^1.10.3" "sinon": "^1.10.3"
} }
} }
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