Skip to content

Commit 5b3f573

Browse files
committed
Update build tools.
1 parent be27cce commit 5b3f573

File tree

3 files changed

+166
-433
lines changed

3 files changed

+166
-433
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ let v = new ValidationService();
5454
v.bootstrap();
5555
```
5656

57-
> Shameless self-promotion: use [instapack](https://github.com/ryanelian/instapack) for painless web application client development using TypeScript!
57+
> Shameless self-promotion: use [instapack](https://github.com/ryanelian/instapack) for easy, rapid, and painless web application client development using TypeScript!
5858
5959
## Why?
6060

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"build": "webpack && webpack --config webpack.config.min.js"
1717
},
1818
"devDependencies": {
19-
"ts-loader": "^4.1.0",
20-
"typescript": "^2.8.1",
21-
"webpack": "^4.5.0",
22-
"webpack-cli": "^2.0.14"
19+
"ts-loader": "^4.2.0",
20+
"typescript": "^2.8.3",
21+
"webpack": "^4.6.0",
22+
"webpack-cli": "^2.0.15"
2323
},
2424
"dependencies": {}
2525
}

0 commit comments

Comments
 (0)