@tsmodule/tsmodule 39.0.0 → 40.0.0
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.
- package/README.md +1 -1
- package/dist/commands/build/index.js +10 -10
- package/dist/commands/dev/index.js +12 -12
- package/dist/commands/index.js +15 -15
- package/dist/commands/normalize/index.js +4 -4
- package/dist/commands/normalize/lib/typescriptApi.js +8 -8
- package/dist/index.js +13 -13
- package/dist/types/index.js +15 -15
- package/package.json +2 -2
package/README.md
CHANGED
@@ -141,7 +141,7 @@ CSS will be bundled from `src/components/index.css` and exported at `my-package/
|
|
141
141
|
".": "./dist/index.js",
|
142
142
|
"./*": "./dist/components/*/index.js",
|
143
143
|
"./styles": "./dist/bundle.css",
|
144
|
-
"./styles/*": "./dist/
|
144
|
+
"./styles/*": "./dist/components/*/index.css",
|
145
145
|
"./package.json": "./package.json"
|
146
146
|
},
|
147
147
|
}
|