5.3.0
This commit is contained in:
parent
7f4d72f0d6
commit
966cb88c82
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "5.2.5",
|
"version": "5.3.0",
|
||||||
"description": "write npm modules with TypeScript",
|
"description": "write npm modules with TypeScript",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(npm run compile && npm run check && npm run checkVersion)",
|
"test": "(npm run compile && npm run check && npm run checkVersion)",
|
||||||
"check": "(cd ./test/assets && node ../../dist/index.js)",
|
"check": "(cd ./test/assets && node ../../dist/index.js)",
|
||||||
"checkVersion":"cd ./test/assets && node ../../dist/index.js -v",
|
"checkVersion": "cd ./test/assets && node ../../dist/index.js -v",
|
||||||
"compile": "(cd compile && node compile.js)"
|
"compile": "(cd compile && node compile.js)"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user