chore: add incremental-dom as dev dependency

This commit is contained in:
Tobias Bosch 2016-09-01 10:28:17 -07:00 committed by Martin Probst
parent ebc8e808a9
commit 4287f1716d
3 changed files with 9 additions and 0 deletions

View File

@ -3333,6 +3333,9 @@
"ieee754": {
"version": "1.1.6"
},
"incremental-dom": {
"version": "0.4.1"
},
"indent-string": {
"version": "2.1.0"
},

5
npm-shrinkwrap.json generated
View File

@ -5289,6 +5289,11 @@
"from": "ieee754@>=1.1.4 <2.0.0",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.6.tgz"
},
"incremental-dom": {
"version": "0.4.1",
"from": "incremental-dom@latest",
"resolved": "https://registry.npmjs.org/incremental-dom/-/incremental-dom-0.4.1.tgz"
},
"indent-string": {
"version": "2.1.0",
"from": "indent-string@>=2.1.0 <3.0.0",

View File

@ -71,6 +71,7 @@
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.2.0",
"hash-files": "^1.0.0",
"incremental-dom": "^0.4.1",
"jasmine": "^2.4.1",
"jpm": "1.0.0",
"js-yaml": "^3.2.7",