Skip to content

Commit 6c67dba

Browse files
atomizer added
1 parent 14dea58 commit 6c67dba

File tree

6 files changed

+120
-77
lines changed

6 files changed

+120
-77
lines changed

.npmignore

-5
This file was deleted.

index.d.ts

-3
This file was deleted.

index.js

-8
This file was deleted.

package-lock.json

+64-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
"url": "https://github.com/morajlab/webpack-atomizer-plugin/issues"
1616
},
1717
"homepage": "https://github.com/morajlab/webpack-atomizer-plugin#readme",
18-
"version": "0.0.2",
18+
"version": "0.0.6",
1919
"license": "MIT",
2020
"main": "dist/index.js",
2121
"typings": "dist/index.d.ts",
2222
"files": [
23-
"dist",
24-
"src"
23+
"dist"
2524
],
2625
"engines": {
2726
"node": ">=10"
@@ -30,7 +29,7 @@
3029
"task:content": "ts-node ./task/content.ts",
3130
"task:copy": "ts-node ./task/copy.ts",
3231
"start": "tsdx watch",
33-
"build": "tsdx build && npm run task:content && npm run task:copy",
32+
"build": "tsdx build",
3433
"test": "tsdx test",
3534
"lint": "tsdx lint",
3635
"prepare": "tsdx build",
@@ -75,5 +74,8 @@
7574
"tsdx": "^0.14.1",
7675
"tslib": "^2.1.0",
7776
"typescript": "^4.2.2"
77+
},
78+
"dependencies": {
79+
"atomizer": "^3.9.1"
7880
}
7981
}

0 commit comments

Comments
 (0)