ng2-address
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "ng2-address", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"repository": { | ||
@@ -11,4 +11,3 @@ "url": "https://github.com/SnappCar/ng2-address" | ||
"tsc:w": "tsc -w", | ||
"lite": "lite-server", | ||
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" " | ||
"start": "\"npm run tsc:w\"" | ||
}, | ||
@@ -19,3 +18,2 @@ "license": "MIT", | ||
"devDependencies": { | ||
"concurrently": "1.0.0", | ||
"del": "^2.2.0", | ||
@@ -26,3 +24,2 @@ "gulp": "^3.9.1", | ||
"gulp-typescript": "^2.12.1", | ||
"lite-server": "2.1.0", | ||
"merge2": "^1.0.1", | ||
@@ -34,9 +31,7 @@ "reflect-metadata": "0.1.2", | ||
"typings": "^0.6.10", | ||
"zone.js": "^0.6.5" | ||
}, | ||
"peerDependencies": { | ||
"zone.js": "^0.6.5", | ||
"es6-shim": "^0.35.0", | ||
"es6-promise": "^3.0.2", | ||
"angular2": "^2.0.0-beta.12" | ||
"angular2": "^2.0.0-beta.10" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # ng2-address # | ||
`npm install ng2-address --save-dev` | ||
`npm install ng2-address --save` | ||
@@ -13,0 +13,0 @@ From within your typescript project, it's possible to just import from the 'ng2-address' module. |
0
52922
15