Skip to content

Commit a4871e6

Browse files
committed
update package.json
1 parent c8c419f commit a4871e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "typescript-plugin-namespace-import",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "A TypeScript Language Service Plugin to insert Namespace Import automatically.",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "tsc",
8-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"build": "tsc"
98
},
109
"repository": {
1110
"type": "git",

0 commit comments

Comments
 (0)