5.3.0
This commit is contained in:
		@@ -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": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user