Compare commits

...

7 Commits

Author SHA1 Message Date
a8f93682fc 3.1.4 2016-04-05 01:00:03 +02:00
2833666d14 updated deps 2016-04-05 01:00:02 +02:00
0ca312bd02 3.1.3 2016-04-05 00:45:09 +02:00
a8f53ae2ae add .npmignore 2016-04-05 00:44:58 +02:00
5b7f104c88 3.1.2 2016-04-05 00:35:25 +02:00
f2423f7c61 update deps 2016-04-05 00:35:15 +02:00
57680424c4 3.1.1 2016-04-04 23:05:04 +02:00
2 changed files with 7 additions and 3 deletions

4
.npmignore Normal file
View File

@ -0,0 +1,4 @@
docs/
coverage/
ts/
test/

View File

@ -1,6 +1,6 @@
{ {
"name": "smartpath", "name": "smartpath",
"version": "3.1.0", "version": "3.1.4",
"description": "offers smart ways to handle paths", "description": "offers smart ways to handle paths",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -22,11 +22,11 @@
}, },
"homepage": "https://github.com/pushrocks/smartpath", "homepage": "https://github.com/pushrocks/smartpath",
"dependencies": { "dependencies": {
"beautylog": "^3.1.2", "beautylog": "^4.1.1",
"home": "^1.0.1" "home": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"npmts": "^4.0.1", "npmts": "^5.0.3",
"should": "^8.3.0" "should": "^8.3.0"
} }
} }