Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
287c2fa99f | |||
111b70aefb | |||
be91e22447 | |||
a337663830 |
18
package.json
18
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartfile",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.3",
|
||||
"description": "offers smart ways to work with files in nodejs",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@ -25,20 +25,20 @@
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/smartfile",
|
||||
"dependencies": {
|
||||
"beautylog": "4.1.0",
|
||||
"fs-extra": "0.26.7",
|
||||
"beautylog": "^4.1.1",
|
||||
"fs-extra": "^0.26.7",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-remote-src": "^0.4.1",
|
||||
"js-yaml": "3.5.5",
|
||||
"q": "1.4.1",
|
||||
"js-yaml": "^3.5.5",
|
||||
"q": "^1.4.1",
|
||||
"request": "^2.69.0",
|
||||
"require-reload": "0.2.2",
|
||||
"vinyl": "1.1.1",
|
||||
"vinyl-file": "2.0.0"
|
||||
"vinyl": "^1.1.1",
|
||||
"vinyl-file": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-function": "^1.2.3",
|
||||
"npmts": "5.0.1",
|
||||
"gulp-function": "^1.2.4",
|
||||
"npmts": "^5.0.3",
|
||||
"should": "^8.3.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user