JC Brand 8 лет назад
Родитель
Сommit
e6f8648bf0
3 измененных файлов с 3 добавлено и 3 удалено
  1. 0 1
      bower.json
  2. 1 0
      package.json
  3. 2 2
      tests/main.js

+ 0 - 1
bower.json

@@ -8,7 +8,6 @@
     "bourbon": "~4.2.6",
     "crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",
     "fontawesome": "~4.1.0",
-    "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
     "sinon": "^1.17.3",
     "typeahead.js": "https://raw.githubusercontent.com/jcbrand/typeahead.js/eedfb10505dd3a20123d1fafc07c1352d83f0ab3/dist/typeahead.jquery.js"
   },

+ 1 - 0
package.json

@@ -57,6 +57,7 @@
     "moment": "~2.13.0",
     "npm": "^4.1.1",
     "otr": "0.2.16",
+    "jasmine": "https://github.com/jcbrand/jasmine.git#439a7f805eeaec0cabe18a8ecf7e47da1a0afa33",
     "phantom-jasmine": "0.1.8",
     "phantomjs": "~1.9.7-1",
     "pluggable.js": "https://github.com/jcbrand/pluggable.js.git#e5fc6a78dd568a120674ff7325da038d5ba9b334",

+ 2 - 2
tests/main.js

@@ -2,9 +2,9 @@
 config.paths.mock = "tests/mock";
 config.paths.test_utils = "tests/utils";
 config.paths.sinon = "components/sinon/lib/sinon";
-config.paths.jasmine = "components/jasmine/lib/jasmine-core/jasmine";
+config.paths.jasmine = "node_modules/jasmine-core/lib/jasmine-core/jasmine";
 config.paths.transcripts = "converse-logs/converse-logs";
-config.paths["jasmine-html"] = "components/jasmine/lib/jasmine-core/jasmine-html";
+config.paths["jasmine-html"] = "node_modules/jasmine-core/lib/jasmine-core/jasmine-html";
 config.paths["console-runner"] = "node_modules/phantom-jasmine/lib/console-runner";
 config.shim['jasmine-html'] = {
     deps: ['jasmine'],