Commit 9c0feea1 authored by JC Brand's avatar JC Brand

Bump require.js version

parent c646e93a
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"requirejs-tpl-jcbrand": "*" "requirejs-tpl-jcbrand": "*"
}, },
"dependencies": { "dependencies": {
"requirejs": "2.1.11", "requirejs": "~2.1.15",
"jquery": "1.11.0", "jquery": "1.11.0",
"jed": "0.5.4", "jed": "0.5.4",
"underscore": "1.6.0", "underscore": "1.6.0",
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
"description": "Browser based XMPP instant messaging client", "description": "Browser based XMPP instant messaging client",
"main": "main.js", "main": "main.js",
"directories": { "directories": {
"doc": "docs" "doc": "docs",
"locale": "locale",
"src": "src"
}, },
"scripts": { "scripts": {
"test": "" "test": ""
...@@ -26,6 +28,9 @@ ...@@ -26,6 +28,9 @@
"bugs": { "bugs": {
"url": "https://github.com/jcbrand/converse.js/issues" "url": "https://github.com/jcbrand/converse.js/issues"
}, },
"engines": {
"browser": "*"
},
"devDependencies": { "devDependencies": {
"bower": "latest", "bower": "latest",
"grunt": "~0.4.4", "grunt": "~0.4.4",
...@@ -34,13 +39,13 @@ ...@@ -34,13 +39,13 @@
"grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-jst": "~0.6.0", "grunt-contrib-jst": "~0.6.0",
"grunt-contrib-requirejs": "~0.4.3", "grunt-contrib-requirejs": "~0.4.3",
"grunt-json": "^0.1.3",
"less": "~1.7.0", "less": "~1.7.0",
"phantom-jasmine": "0.1.8", "phantom-jasmine": "0.1.8",
"phantomjs": "~1.9.7-1", "phantomjs": "~1.9.7-1",
"po2json": "^0.3.0" "po2json": "^0.3.0"
}, },
"dependencies": { "dependencies": {
"grunt-json": "^0.1.3", "requirejs": "~2.1.15"
"requirejs": "~2.1.11"
} }
} }
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