Explorar el Código

Added typings to dev dependencies. #2

Signed-off-by: Sebastian Haas <sebastian@haas.tech>
Sebastian Haas hace 9 años
padre
commit
666962b615
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -57,6 +57,7 @@
     "phantomjs-prebuilt": "^2.1.7",
     "tsify": "^1.0.0",
     "tslint": "^3.8.0",
-    "typescript": "^1.8.10"
+    "typescript": "^1.8.10",
+    "typings": "^1.3.1"
   }
 }