Skip to content

Commit

Permalink
Moving dist files to root for shorter import statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ts_ci committed May 21, 2020
1 parent 0bd9510 commit 51fc9bf
Show file tree
Hide file tree
Showing 112 changed files with 3,911 additions and 2,621 deletions.
78 changes: 0 additions & 78 deletions .github/workflows/ci.yaml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/publish.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions bin/denoify.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
export {};
17 changes: 7 additions & 10 deletions src/bin/denoify.ts → bin/denoify.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/denoify.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bin/enableShortDenoImportPath.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
export {};
56 changes: 56 additions & 0 deletions bin/enableShortDenoImportPath.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/enableShortDenoImportPath.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bin/enableShortNpmImportPath.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
export {};
119 changes: 119 additions & 0 deletions bin/enableShortNpmImportPath.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51fc9bf

Please sign in to comment.