Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 5045c0e

Browse files
author
Eimantas Dumšė
authored
Hotfix/versions exports (#35)
* Strict versions. * Exports and versions. * Updated plugins. * Added missing types. * Updates.
1 parent 15f66be commit 5045c0e

21 files changed

Lines changed: 8275 additions & 5708 deletions

File tree

examples/webpack-builder-plugin-example/package-lock.json

Lines changed: 193 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 853 additions & 761 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"build": "lerna run build",
66
"test": "lerna run test",
77
"bootstrap": "lerna bootstrap",
8-
"pack": "lerna exec -- npm pack"
8+
"pack": "lerna exec -- npm pack",
9+
"clean": "lerna clean"
910
},
1011
"devDependencies": {
11-
"lerna": "3.16.4",
12+
"lerna": "3.19.0",
1213
"npm-run-all": "4.1.5"
1314
}
1415
}

0 commit comments

Comments
 (0)