Skip to content

Commit 911c147

Browse files
author
bad-antics
committed
fix: rename to grug-toolkit (npm rejected grug-cli as too similar to grunt-cli) + drop ESM type since code uses require/CommonJS
1 parent 9119087 commit 911c147

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

index.js

100644100755
File mode changed.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"name": "grug-cli",
2+
"name": "grug-toolkit",
33
"version": "1.0.0",
44
"description": "Zero-dependency developer toolkit \u2014 init, loc, deps, clean, ship, todo, size, env",
5-
"main": "index.ts",
5+
"main": "index.js",
66
"bin": {
7-
"grug-cli": "./index.ts"
7+
"grug-cli": "./index.js"
88
},
9-
"type": "module",
109
"keywords": [
1110
"cli",
1211
"developer-tools",

0 commit comments

Comments
 (0)