Godzil 7 years ago
parent
commit
e4b3871919
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -11,7 +11,7 @@
     "type": "git",
     "url": "git://github.com/Godzil/crunchyroll.js.git"
   },
-  "version": "1.1.6",
+  "version": "1.1.7",
   "bin": {
     "crunchy": "./bin/crunchy"
   },
@@ -30,7 +30,7 @@
   },
   "scripts": {
     "prepublish": "npm run tsd && tsc",
-    "test":  "node ts --only-test",
+    "test": "node ts --only-test",
     "tsd": "tsd reinstall -o -s"
   }
 }