Skip to content

Commit

Permalink
transfer deno lib to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed May 8, 2021
1 parent a73b871 commit c7c2621
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 153 deletions.
21 changes: 0 additions & 21 deletions deno_lib/LICENSE.md

This file was deleted.

41 changes: 0 additions & 41 deletions deno_lib/README.md

This file was deleted.

78 changes: 0 additions & 78 deletions deno_lib/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion deno_lib/mod.ts

This file was deleted.

6 changes: 0 additions & 6 deletions deno_lib/types.ts

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"type": "git",
"url": "https://github.com/Im-Beast/crayon.js.git"
},
"denoify": {
"includes": []
},
"keywords": [
"color-support",
"support-colors",
Expand All @@ -44,7 +41,7 @@
"log"
],
"scripts": {
"build": "node bundle.js; npx denoify"
"build": "node bundle.js"
},
"files": [
"lib"
Expand All @@ -57,7 +54,6 @@
"eslint": "^7.23.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"uglify-js": "^3.13.3",
"denoify": "^0.7.0"
"uglify-js": "^3.13.3"
}
}

0 comments on commit c7c2621

Please sign in to comment.