Skip to content

Commit

Permalink
V2.0.2 (#2)
Browse files Browse the repository at this point in the history
* V2.0

* Publish 2.0.0-beta.0

* Fix

* Publish 2.0.0-beta.1

* Sync fix at V1.2.5

* V2.0.1
  • Loading branch information
shrinktofit committed Aug 20, 2020
1 parent 2e6aff5 commit c0571c9
Show file tree
Hide file tree
Showing 35 changed files with 54,695 additions and 51,764 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/node_modules

build/
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

test/
source/
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"args": [
"--input",
"./test/declarations/cc-before-rollup.d.ts",
"./test/declarations/module-cc.d.ts",
"--root-dir=./test/declarations",
"--root",
"index",
"--output",
"./test/declarations-output",
"--name",
"cc"
"cc",
"--config=${workspaceFolder}/test/config.json"
]
}
]
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
}
2 changes: 0 additions & 2 deletions build/gift-cli.d.ts

This file was deleted.

71 changes: 0 additions & 71 deletions build/gift-cli.js

This file was deleted.

1 change: 0 additions & 1 deletion build/gift-cli.js.map

This file was deleted.

21 changes: 0 additions & 21 deletions build/gift.d.ts

This file was deleted.

Loading

0 comments on commit c0571c9

Please sign in to comment.