@eagleoutice/eslint-config-flowr 1.0.2 → 1.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.
@@ -33,6 +33,6 @@ jobs:
33
33
  git push --tags
34
34
 
35
35
  - name: Publish
36
- run: npm run publish
36
+ run: npm run publish-npm
37
37
  env:
38
38
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eagleoutice/eslint-config-flowr",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Linting rules for flowr and friends",
5
5
  "license": "ISC",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
- "publish": "npm publish --access public"
8
+ "publish-npm": "npm publish --access public"
9
9
  },
10
10
  "peerDependencies": {
11
11
  "@stylistic/eslint-plugin": "^1.6.2",