Skip to content

Commit 6394d79

Browse files
author
Martynas Žilinskas
committed
v0.1.0-alpha.8
1 parent 510941b commit 6394d79

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

assets/tslint.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"extends": "simplr-tslint"
3-
}
1+
{}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplrjs/webpack",
3-
"version": "0.1.0-alpha.7",
3+
"version": "0.1.0-alpha.8",
44
"description": "Tailored webpack for SPA.",
55
"publishConfig": {
66
"access": "public"
@@ -33,7 +33,8 @@
3333
"devDependencies": {
3434
"tslint": "^5.10.0",
3535
"tslint-language-service": "^0.9.9",
36-
"typescript": "^2.9.2"
36+
"typescript": "^2.9.2",
37+
"simplr-tslint": "^1.0.0-alpha.14"
3738
},
3839
"peerDependencies": {
3940
"webpack": "^4.12.0",
@@ -42,7 +43,6 @@
4243
"typescript": "^2.9.2"
4344
},
4445
"dependencies": {
45-
"simplr-tslint": "^1.0.0-alpha.14",
4646
"@types/clean-webpack-plugin": "^0.1.2",
4747
"@types/copy-webpack-plugin": "^4.4.1",
4848
"@types/fs-extra": "^5.0.4",

0 commit comments

Comments
 (0)