cc-core-cli 1.0.157 → 1.0.158

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.157",
3
+ "version": "1.0.158",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -34,3 +34,6 @@ Thumbs.db
34
34
 
35
35
  # Package lock file
36
36
  package-lock.json
37
+
38
+ # NPM configuration file
39
+ .npmrc
@@ -2,4 +2,7 @@
2
2
  node_modules
3
3
 
4
4
  dist/*
5
- .rollup.cache/*
5
+ .rollup.cache/*
6
+
7
+ # NPM configuration file
8
+ .npmrc
@@ -49,4 +49,7 @@ package-lock.json
49
49
 
50
50
  # Test files
51
51
  .scannerwork/
52
- coverage/
52
+ coverage/
53
+
54
+ # NPM configuration file
55
+ .npmrc
@@ -49,4 +49,7 @@ package-lock.json
49
49
 
50
50
  # Test files
51
51
  .scannerwork/
52
- coverage/
52
+ coverage/
53
+
54
+ # NPM configuration file
55
+ .npmrc