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

Commit

Permalink
Merge 1a2dac5 into 4b97b03
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Mar 1, 2016
2 parents 4b97b03 + 1a2dac5 commit 43b3b5a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 32 deletions.
7 changes: 0 additions & 7 deletions MAINTAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ Rule interface:

```

Keeping browser-version alive
-----------------------------

File `lib/string-checker.js` is used in browserify process, exporting `JscsStringChecker` class.
`string-checker.js` (and its dependencies) should not depend on `nodejs` specifics like `fs`,
`process` and so on.

Adding new presets
------------------

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"xmlbuilder": "^3.1.0"
},
"devDependencies": {
"browserify": "^12.0.0",
"chai": "^3.3.0",
"coveralls": "~2.11.2",
"has-ansi": "~2.0.0",
Expand Down Expand Up @@ -135,7 +134,6 @@
"coverage": "unit-coverage run -p common",
"coverage-html": "unit-coverage run -p common -r html -o coverage.html",
"coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",
"browserify": "browserify --standalone JscsStringChecker lib/string-checker.js -o jscs-browser.js",
"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",
Expand Down
21 changes: 0 additions & 21 deletions publish/helpers/browserification.js

This file was deleted.

2 changes: 1 addition & 1 deletion publish/prepublish.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
require('./helpers/generate-patterns');
require('./helpers/browserification').create();

2 changes: 1 addition & 1 deletion test/specs/config/node-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ describe('modules/config/node-configuration', function() {

it('should accept `errorFilter` from node_modules', function() {
configuration.load({
errorFilter: 'browserify'
errorFilter: 'lodash'
});

expect(configuration.getErrorFilter()).to.be.a('function');
Expand Down

0 comments on commit 43b3b5a

Please sign in to comment.