Skip to content

Commit c942a30

Browse files
author
Martynas Žilinskas
committed
v0.1.0-alpha.6
1 parent 8f89682 commit c942a30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplrjs/webpack",
3-
"version": "0.1.0-alpha.5",
3+
"version": "0.1.0-alpha.6",
44
"description": "Tailored webpack for SPA.",
55
"publishConfig": {
66
"access": "public"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"strict": true,
1212
"moduleResolution": "node",
1313
"forceConsistentCasingInFileNames": true,
14-
"lib": ["es6", "es2017.object"],
14+
"lib": ["es6", "es2017.object", "dom"],
1515
"types": ["node"],
1616
"typeRoots": ["./node_modules/@types"],
1717
"plugins": [

0 commit comments

Comments
 (0)