update plugin to use nmpts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "offers smart ways to handle paths",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "cd ts/compile && gulp"
|
||||
"test": "(npmts)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,5 +21,10 @@
|
||||
"url": "https://github.com/pushrocks/smartpath/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/smartpath",
|
||||
"dependencies": {}
|
||||
"dependencies": {
|
||||
"beautylog": "^3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npmts": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user