create-stencil-components 1.0.0 → 1.0.1
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/package.json +5 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# create-stencil-components
|
|
1
|
+
# create-stencil-components <a href="https://npmjs.com/package/create-stencil-components"><img src="https://img.shields.io/npm/v/create-stencil-components" alt="npm package"></a>
|
|
2
2
|
|
|
3
3
|
> Create a stencil component library project using Nx, TypeScript, and SASS.
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-stencil-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Create a stencil component library project using Nx, TypeScript, and SASS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jason Messmer <mezlight@gmail.com>",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/jmessmer/create-stencil-components.git"
|
|
10
|
+
},
|
|
7
11
|
"keywords": [
|
|
8
12
|
"create",
|
|
9
13
|
"scaffold",
|