@skeletonizer/angular 0.0.23-alpha.0 → 1.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 +0 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -254,7 +254,6 @@ For more details about the `colorScheme` property, see the [colorScheme](/packag
|
|
|
254
254
|
For Angular adapter-specific contributions, run the following commands to get started:
|
|
255
255
|
- `npm install`
|
|
256
256
|
- adjust the code in the `packages/angular` directory
|
|
257
|
-
- run `npm run build` in the `packages/angular` directory
|
|
258
257
|
- adjust the code in the `packages/angular/src/app` directory to make sure the changes can easily be seen in the example app
|
|
259
258
|
- `npm run dev` in the `packages/angular` directory to start the example app
|
|
260
259
|
- update readme file in the `packages/angular` directory
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skeletonizer/angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "The way to skeletonize your Angular components",
|
|
5
5
|
"author": "Luka Varga",
|
|
6
6
|
"license": "MIT",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"ng-packagr": "^18.2.1",
|
|
89
89
|
"typescript": "~5.4.3"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "b991aef461188aebee063efb7df47e70c58b0772"
|
|
92
92
|
}
|