Skip to content

Commit

Permalink
fix: actually expose jsonlint-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Feb 11, 2016
1 parent f29550f commit 63510de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"version": "npm run changelog && git add . && echo \"$(conventional-changelog -p angular)\" > .git/COMMITMSG.tmp", "version": "npm run changelog && git add . && echo \"$(conventional-changelog -p angular)\" > .git/COMMITMSG.tmp",
"postversion": "echo $(git log -1 --pretty=%B HEAD^..HEAD) > .git/RELEASE_VERSION.tmp && git tag -d v$(cat .git/RELEASE_VERSION.tmp) && git commit --amend -m \"chore(release): $(cat .git/RELEASE_VERSION.tmp)\n$(cat .git/COMMITMSG.tmp)\" && git tag -a v$(cat .git/RELEASE_VERSION.tmp) -m \"$(cat .git/COMMITMSG.tmp)\"" "postversion": "echo $(git log -1 --pretty=%B HEAD^..HEAD) > .git/RELEASE_VERSION.tmp && git tag -d v$(cat .git/RELEASE_VERSION.tmp) && git commit --amend -m \"chore(release): $(cat .git/RELEASE_VERSION.tmp)\n$(cat .git/COMMITMSG.tmp)\" && git tag -a v$(cat .git/RELEASE_VERSION.tmp) -m \"$(cat .git/COMMITMSG.tmp)\""
}, },
"binary": { "bin": {
"jsonlint-cli": "./index.js" "jsonlint-cli": "./index.js"
}, },
"repository": { "repository": {
Expand Down Expand Up @@ -48,6 +48,7 @@
"jsonlint": "1.6.2", "jsonlint": "1.6.2",
"lodash.memoize": "4.0.1", "lodash.memoize": "4.0.1",
"minimist": "1.2.0", "minimist": "1.2.0",
"mkdirp": "0.5.1" "mkdirp": "0.5.1",
"sync-request": "3.0.0"
} }
} }

0 comments on commit 63510de

Please sign in to comment.