create-blocklet 0.2.15 → 0.2.16

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/common/_npmrc ADDED
@@ -0,0 +1,2 @@
1
+ ## force pnpm to hoist
2
+ shamefully-hoist = true
package/index.js CHANGED
@@ -81,6 +81,7 @@ const SERVICES = [
81
81
  const renameFiles = {
82
82
  _gitignore: '.gitignore',
83
83
  '_eslintrc.js': '.eslintrc.js',
84
+ _npmrc: '.npmrc',
84
85
  };
85
86
 
86
87
  async function init() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blocklet",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",