@rife/config 0.0.6-beta.1 → 0.0.6-beta.2

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.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rife/config",
3
- "version": "0.0.6-beta.1",
3
+ "version": "0.0.6-beta.2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -23,8 +23,11 @@
23
23
  "eslint": true
24
24
  }
25
25
  },
26
+ "hostDependencies": {
27
+ "eslint": true
28
+ },
26
29
  "scripts": {
27
30
  "lint": "eslint . --fix",
28
- "release": "pnpm publish --registry https://registry.npmjs.org"
31
+ "release": "pnpm publish --registry https://registry.npmjs.org --no-git-checks"
29
32
  }
30
33
  }