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
+
1
6
1.0.0 / 2016-04-19
2
7
==================
3
8
- [ breaking] Rename ` img-uses-alt ` to ` img-has-alt `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-jsx-a11y" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A static analysis linter of jsx and their accessibility with screen readers." ,
5
5
"keywords" : [
6
6
" eslint" ,
17
17
},
18
18
"main" : " lib/index.js" ,
19
19
"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 " ,
21
21
"prepublish" : " npm run lint && npm run test && npm run build" ,
22
22
"coveralls" : " cat ./reports/coverage/lcov.info | coveralls" ,
23
23
"lint" : " eslint --config .eslintrc.js ." ,
You can’t perform that action at this time.
0 commit comments