Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
0ca312bd02 | |||
a8f53ae2ae | |||
5b7f104c88 | |||
f2423f7c61 |
4
.npmignore
Normal file
4
.npmignore
Normal file
@ -0,0 +1,4 @@
|
||||
docs/
|
||||
coverage/
|
||||
ts/
|
||||
test/
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartpath",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.3",
|
||||
"description": "offers smart ways to handle paths",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@ -22,11 +22,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/smartpath",
|
||||
"dependencies": {
|
||||
"beautylog": "^3.1.2",
|
||||
"beautylog": "^4.1.0",
|
||||
"home": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npmts": "^4.0.1",
|
||||
"npmts": "^5.0.1",
|
||||
"should": "^8.3.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user