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

Commit 6c6cda4

Browse files
committed
Misc: remove leftover from the browser version
1 parent c3a5e8a commit 6c6cda4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,13 @@
137137
"coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",
138138
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
139139
"release": "node publish/prepublish && npm test && npm publish",
140-
"postpublish": "node publish/postpublish",
141140
"travis": "npm run test && npm run autofix-tests && npm run coveralls"
142141
},
143142
"files": [
144143
"bin",
145144
"lib",
146145
"patterns",
147146
"presets",
148-
"LICENSE",
149-
"jscs-browser.js"
147+
"LICENSE"
150148
]
151149
}

publish/postpublish.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)