5.1.6
This commit is contained in:
parent
3f261a4fa6
commit
e1f80ee888
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "5.1.5",
|
"version": "5.1.6",
|
||||||
"description": "write npm modules with TypeScript",
|
"description": "write npm modules with TypeScript",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(npm run compile && npm run check)",
|
"test": "(npm run compile && npm run check)",
|
||||||
"check":"(cd ./test/assets && node ../../dist/index.js)",
|
"check": "(cd ./test/assets && node ../../dist/index.js)",
|
||||||
"compile":"(cd compile && node compile.js)"
|
"compile": "(cd compile && node compile.js)"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user