Skip to content

Commit 8461171

Browse files
author
Ethan Cohen
committed
webpack not working - switch to babel whole dir and ignore in git.
1 parent 4ee1abd commit 8461171

21 files changed

+15
-30
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ node_modules
22
reports
33
npm-debug.log
44
coverage
5-
index.js
5+
lib

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
reports
33
npm-debug.log
44
coverage
5+
.gitignore

.webpack.config.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A static analysis linter of jsx and their accessibility with screen readers.",
55
"keywords": [
66
"eslint",
@@ -15,9 +15,9 @@
1515
"type": "git",
1616
"url": "https://github.com/evcohen/eslint-plugin-jsx-a11y"
1717
},
18-
"main": "index.js",
18+
"main": "lib/index.js",
1919
"scripts": {
20-
"build": "webpack --config .webpack.config.js --optimize-minimize",
20+
"build": "babel src --out-dir lib",
2121
"prepublish": "npm run lint && npm run test && npm run build",
2222
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
2323
"lint": "eslint --config .eslintrc.js ./",
@@ -28,13 +28,11 @@
2828
"babel-cli": "^6.6.0",
2929
"babel-core": "^6.6.0",
3030
"babel-eslint": "^5.0.0",
31-
"babel-loader": "^6.2.4",
3231
"babel-preset-es2015": "^6.6.0",
3332
"coveralls": "^2.11.8",
3433
"eslint": "^2.2.0",
3534
"istanbul": "^1.0.0-alpha.2",
36-
"mocha": "^2.4.5",
37-
"webpack": "^1.12.14"
35+
"mocha": "^2.4.5"
3836
},
3937
"engines": {
4038
"node": ">=0.10.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)