Kaynağa Gözat

moved vexflow typings to non volatile folder.

Matthias 9 yıl önce
ebeveyn
işleme
c45a4817cb
4 değiştirilmiş dosya ile 21 ekleme ve 21 silme
  1. 1 1
      Gruntfile.js
  2. 0 0
      external/vexflow/vexflow.d.ts
  3. 19 19
      package.json
  4. 1 1
      typings.json

+ 1 - 1
Gruntfile.js

@@ -11,7 +11,7 @@ module.exports = function (grunt) {
         typings = [
             'typings/browser.d.ts',
             // Additional manual typings:
-            'typings/vexflow.d.ts'
+            'external/vexflow/vexflow.d.ts'
             // 'typings/fft.d.ts'
         ],
     // Paths

+ 0 - 0
typings/vexflow.d.ts → external/vexflow/vexflow.d.ts


+ 19 - 19
package.json

@@ -24,34 +24,34 @@
   },
   "homepage": "http://opensheetmusicdisplay.org",
   "dependencies": {
-    "jszip": "",
-    "vexflow": "",
-    "es6-promise": "",
-	"typescript-collections": "",
-    "chai": "^3.4.1",
-    "mocha": "^2.3.4",
-    "tsify": "",
-    "tslint": "3.8.0",
-    "typescript": "",
     "browserify": "",
-    "phantomjs-prebuilt": "",
+    "chai": "^3.4.1",
+    "es6-promise": "",
     "grunt": "",
-    "grunt-karma": "",
-    "grunt-docco": "",
-    "grunt-tslint": "",
-    "grunt-typings": "0.1.4",
     "grunt-browserify": "",
     "grunt-contrib-clean": "",
-    "grunt-contrib-watch": "",
-    "grunt-contrib-uglify": "",
     "grunt-contrib-jshint": "",
+    "grunt-contrib-uglify": "",
+    "grunt-contrib-watch": "",
+    "grunt-docco": "",
+    "grunt-karma": "",
+    "grunt-tslint": "",
+    "grunt-typings": "0.1.4",
+    "jszip": "",
     "karma": "",
     "karma-chai": "",
-    "karma-mocha": "",
-    "karma-mocha-reporter": "",
     "karma-chrome-launcher": "",
     "karma-firefox-launcher": "",
-    "karma-phantomjs-launcher": ""
+    "karma-mocha": "",
+    "karma-mocha-reporter": "",
+    "karma-phantomjs-launcher": "",
+    "mocha": "^2.5.2",
+    "phantomjs-prebuilt": "",
+    "tsify": "",
+    "tslint": "3.8.0",
+    "typescript": "",
+    "typescript-collections": "",
+    "vexflow": ""
   },
   "devDependencies": {
     "karma-xml2js-preprocessor": "",

+ 1 - 1
typings.json

@@ -1,5 +1,5 @@
 {
-  "ambientDependencies": {
+  "globalDependencies": {
     "chai": "registry:dt/chai#3.4.0+20160317120654",
     "jszip": "registry:dt/jszip",
     "mocha": "registry:dt/mocha#2.2.5+20160317120654"