chore: add incremental-dom as dev dependency
This commit is contained in:
parent
ebc8e808a9
commit
4287f1716d
|
@ -3333,6 +3333,9 @@
|
|||
"ieee754": {
|
||||
"version": "1.1.6"
|
||||
},
|
||||
"incremental-dom": {
|
||||
"version": "0.4.1"
|
||||
},
|
||||
"indent-string": {
|
||||
"version": "2.1.0"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue