@pikokr/command.ts 4.0.2-dev.425daba → 4.0.2-dev.4f3e456

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.
@@ -13,7 +13,6 @@ jobs:
13
13
  with:
14
14
  node-version: 16.6
15
15
  - run: yarn
16
- - run: COMMIT_ID=$(git rev-parse --short HEAD) node publish-version.js
17
16
  - uses: JS-DevTools/npm-publish@v1
18
17
  with:
19
18
  token: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pikokr/command.ts",
3
3
  "description": "Discord.js command framework for typescript.",
4
- "version": "4.0.2-dev.425daba",
4
+ "version": "4.0.2-dev.4f3e456",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "MIT",