create-application-template 3.0.1 → 3.0.4
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-

|
|
3
|
-

|
|
1
|
+
> This package has moved to @epic-effx/create-application-template. Please install @epic-effx/create-application-template instead.
|
|
4
2
|
|
|
5
3
|
# Create Application Template
|
|
6
4
|
This project aims to provide a configured application template for you to build upon.
|
|
@@ -125,5 +123,3 @@ you can remove them in the future by:
|
|
|
125
123
|
2. removing the `overrides` section
|
|
126
124
|
3. reinstalling dependencies
|
|
127
125
|
4. running `npm audit`
|
|
128
|
-
|
|
129
|
-
|