Skip to content

Commit 2a0f960

Browse files
pjetrucharunjuu
authored andcommitted
Update package.json
Builded files depend on `tslib` so it should be in `dependencies`
1 parent 7c99be3 commit 2a0f960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"husky": "^1.3.1",
5252
"lint-staged": "^8.1.0",
5353
"prettier": "^1.15.3",
54-
"tslib": "^1.9.3",
5554
"tslint": "^5.12.1",
5655
"tslint-eslint-rules": "^5.4.0",
5756
"tslint-sonarts": "^1.8.0",
@@ -62,6 +61,7 @@
6261
"html-webpack-plugin": "^3.0.0 || ^4.0.0 || ^5.0.0"
6362
},
6463
"dependencies": {
65-
"lodash": "^4.17.15"
64+
"lodash": "^4.17.15",
65+
"tslib": "^1.9.3"
6666
}
6767
}

0 commit comments

Comments
 (0)