Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit 6c02bb1

Browse files
committed
Improve build proccess with ts-builder
1 parent fb548b6 commit 6c02bb1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.vscode/
55

66
node_modules/
7+
package-lock.json

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "hhttps://github.com/ClusterWS/ClusterWS-Client-JS"
10+
"url": "https://github.com/ClusterWS/ClusterWS-Client-JS"
1111
}
1212
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "index.js",
66
"author": "Dmitrii Goriunov <goriunovd@gmail.com>",
77
"scripts": {
8-
"webpack": "webpack",
98
"build": "ts-builder --client",
109
"build:watch": "ts-builder --client --watch",
1110
"build:prod": "ts-builder --client --prod",
@@ -14,9 +13,9 @@
1413
"license": "MIT",
1514
"repository": {
1615
"type": "git",
17-
"url": "hhttps://github.com/ClusterWS/ClusterWS-Client-JS"
16+
"url": "https://github.com/ClusterWS/ClusterWS-Client-JS"
1817
},
1918
"devDependencies": {
20-
"ts-builder": "^0.1.0"
19+
"ts-builder": "^0.2.0"
2120
}
22-
}
21+
}

0 commit comments

Comments
 (0)