Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani committed Sep 4, 2021
1 parent c8c419f commit a4871e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "typescript-plugin-namespace-import",
"version": "0.1.0",
"description": "",
"description": "A TypeScript Language Service Plugin to insert Namespace Import automatically.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a4871e6

Please sign in to comment.