Skip to content

Commit

Permalink
use @types/azdata (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarshall authored Feb 4, 2020
1 parent b8f8695 commit f22a3f8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 97 deletions.
107 changes: 15 additions & 92 deletions packages/azdata-sanddance/package-lock.json

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

9 changes: 4 additions & 5 deletions packages/azdata-sanddance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"watch": "tsc -watch -p ./",
"build": "npm run compile && npm run resources",
"x-test": "npm run compile && node ./node_modules/vscode/bin/test",
"package": "vsce package",
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/azdata/bin/install"
"package": "vsce package"
},
"devDependencies": {
"@types/azdata": "^1.15.1",
"@types/mocha": "^2.2.42",
"@types/node": "^8.10.25",
"common-extensions": "*",
Expand All @@ -99,11 +99,10 @@
"react": "^16.6.0",
"react-dom": "^16.6.0",
"vega": "^5.8",
"vscode": "^1.1.21",
"azdata": "*"
"vscode": "^1.1.21"
},
"dependencies": {
"@types/temp-write": "^3.3.0",
"temp-write": "^3.4.0"
}
}
}

0 comments on commit f22a3f8

Please sign in to comment.