File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.0.1 / 2016-04-19
2+ ==================
3+ - [ fix] Fix build to copy source JSON files to build output.
4+
5+
161.0.0 / 2016-04-19
27==================
38- [ breaking] Rename ` img-uses-alt ` to ` img-has-alt `
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-jsx-a11y" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A static analysis linter of jsx and their accessibility with screen readers." ,
55 "keywords" : [
66 " eslint" ,
1717 },
1818 "main" : " lib/index.js" ,
1919 "scripts" : {
20- "build" : " rimraf lib && babel src --out-dir lib" ,
20+ "build" : " rimraf lib && babel src --out-dir lib && cp -R src/util/attributes lib/util/attributes " ,
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 ." ,
You can’t perform that action at this time.
0 commit comments