Skip to content

Commit

Permalink
Add crlf #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed May 15, 2017
1 parent f7c7ac9 commit 5eaf779
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "eslint *.js && node test.js",
"preversion": "npm test",
"version": "node sync-version.js sync-version.js && git add .",
"postversion": "git push --follow-tags && npm publish"
"postversion": "git push --follow-tags && npm run publish",
"publish": "crlf --set=LF sync-version.js && npm publish"
},
"repository": {
"type": "git",
Expand All @@ -27,6 +28,7 @@
"docopt": "^0.6.2"
},
"devDependencies": {
"crlf": "^1.1.0",
"eslint": "^2.7.0"
}
}

0 comments on commit 5eaf779

Please sign in to comment.