Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Misc: remove leftover from the browser version
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Apr 14, 2016
1 parent c3a5e8a commit 6c6cda4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,13 @@
"coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"release": "node publish/prepublish && npm test && npm publish",
"postpublish": "node publish/postpublish",
"travis": "npm run test && npm run autofix-tests && npm run coveralls"
},
"files": [
"bin",
"lib",
"patterns",
"presets",
"LICENSE",
"jscs-browser.js"
"LICENSE"
]
}
1 change: 0 additions & 1 deletion publish/postpublish.js

This file was deleted.

0 comments on commit 6c6cda4

Please sign in to comment.