@libria/scaffold-plugin-ts-lib 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 649c06b95c15c3912868ee7dd7116c3bc383a86888472b9d8edb66d4ea4c5874
1
+ 4d1b3168f29d6d1f7c374c1621537d0e043abf3598cfa84c288c8cd76c7abfa2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libria/scaffold-plugin-ts-lib",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Typescript library template for @libria/scaffold",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -32,7 +32,7 @@
32
32
  "homepage": "https://github.com/LibriaForge/scaffold-starters#readme",
33
33
  "dependencies": {
34
34
  "@libria/plugin-loader": "^2.1.0",
35
- "@libria/scaffold-core": "^0.3.5",
35
+ "@libria/scaffold-core": "^0.3.6",
36
36
  "fs-extra": "^11.3.3"
37
37
  }
38
38
  }
@@ -0,0 +1,14 @@
1
+ {
2
+ "tmpDir": ".tmp-clean-publish",
3
+ "copy": [
4
+ "dist/**",
5
+ "README.md",
6
+ "LICENSE"
7
+ ],
8
+ "packageJson": {
9
+ "remove": {
10
+ "scripts": true,
11
+ "devDependencies": true
12
+ }
13
+ }
14
+ }