Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from magiclabs/fix-windows
Browse files Browse the repository at this point in the history
Rename script files to obey Windows pathing conventions
  • Loading branch information
smithki authored Apr 6, 2021
2 parents 69be588 + 2bc0e9e commit 38190a1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compiled/cfonts/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compiled/chalk/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compiled/zombi/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"clean": "rimraf dist",
"lint": "eslint --fix --ext .ts,.tsx .",
"test": "echo \"No unit tests... yet :(\" && exit 0",
"ncc:add": "./scripts/ncc:add.ts",
"ncc:remove": "./scripts/ncc:remove.ts",
"ncc:update": "./scripts/ncc:update.ts",
"ncc:add": "./scripts/ncc-add.ts",
"ncc:remove": "./scripts/ncc-remove.ts",
"ncc:update": "./scripts/ncc-update.ts",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 38190a1

Please sign in to comment.