Skip to content

Commit

Permalink
v1.0.0-rc.16
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMayflower committed May 29, 2021
1 parent e6bc301 commit 9121943
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 237 deletions.
235 changes: 0 additions & 235 deletions deployed.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"deployed.json",
"deployed.dev.json"
],
"version": "1.0.0-rc.15",
"version": "1.0.0-rc.16",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"rootDir": "./",
"declaration": true
},
"include": ["./build", "./src"],
"include": ["./build", "./src", "./deployed.json"],
"compileOnSave": true
}

0 comments on commit 9121943

Please sign in to comment.