Skip to content

Commit

Permalink
chore: bump smapiSdk version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen Chen committed Jan 8, 2021
1 parent 9151628 commit 2273dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ask-smapi-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-smapi-sdk",
"version": "1.2.2",
"version": "1.3.0",
"description": "Core package for SMAPI Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ask-smapi-sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"rootDir": "./",
"rootDir": "./lib",
"outDir" : "dist",
"sourceMap" : true,
"alwaysStrict" : true,
Expand Down

0 comments on commit 2273dd7

Please sign in to comment.