Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavrpatel committed Jan 16, 2017
1 parent e465e73 commit 0e4c3f5
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
{
"name": "gulp-prettier",
"description": "Create vinyl streams to pipe to prettier",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"repository": "bhargavpatel/gulp-prettier",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhargavrpatel/gulp-prettier.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"files": [
"index.js"
],
"keywords": ["gulp", "prettier", "gulp-prettier"],
"keywords": [
"gulp",
"prettier",
"gulp-prettier"
],
"author": "Bhargav R. Patel",
"license": "MIT"
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.8",
"merge": "^1.2.0",
"prettier": "0.0.7",
"through2": "^2.0.3",
"vinyl-sourcemaps-apply": "^0.2.1"
}
}

0 comments on commit 0e4c3f5

Please sign in to comment.