Skip to content

Commit 75676c0

Browse files
author
Ian Walter
committed
Replacing dist with modulizer
1 parent eea4c9e commit 75676c0

File tree

2 files changed

+279
-36
lines changed

2 files changed

+279
-36
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
"module": "dist/decision-tree.m.js",
1212
"scripts": {
1313
"lint": "eslint .",
14-
"pretest": "dist",
14+
"pretest": "modulize",
1515
"test": "bff"
1616
},
17-
"files": ["dist"],
17+
"files": [
18+
"dist"
19+
],
1820
"repository": {
1921
"type": "git",
2022
"url": "git+https://github.com/ianwalter/decision-tree.git"
@@ -39,8 +41,8 @@
3941
},
4042
"devDependencies": {
4143
"@changesets/cli": "^2.12.0",
44+
"@generates/modulizer": "^6.0.0",
4245
"@ianwalter/bff": "^9.13.0",
43-
"@ianwalter/dist": "^6.0.0",
4446
"@ianwalter/eslint-config": "^6.2.0",
4547
"@ianwalter/renovate-config": "^1.4.2"
4648
},

0 commit comments

Comments
 (0)