Comparing version 3.3.2 to 3.4.0
{ | ||
"name": "jsonref", | ||
"version": "3.3.2", | ||
"version": "3.4.0", | ||
"description": "Javascript References ($ref) and Pointers library", | ||
@@ -8,6 +8,5 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "typings install", | ||
"prebuild": "rimraf dist", | ||
"quick:build": "tsc", | ||
"build": "typings install && npm run quick:build", | ||
"build": "npm run quick:build", | ||
"commit": "git-cz", | ||
@@ -44,2 +43,3 @@ "check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
"devDependencies": { | ||
"@types/node": "6.0.45", | ||
"chai": "3.5.0", | ||
@@ -56,4 +56,3 @@ "chai-as-promised": "5.3.0", | ||
"semantic-release": "^4.3.5", | ||
"typescript": "2.0.3", | ||
"typings": "1.4.0" | ||
"typescript": "2.0.3" | ||
}, | ||
@@ -60,0 +59,0 @@ "config": { |
Sorry, the diff of this file is not supported yet
24324