Skip to content

Commit b131df7

Browse files
author
Ethan Cohen
committed
2 parents fa4492e + e92782b commit b131df7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.1 / 2016-04-19
2+
==================
3+
- [fix] Fix build to copy source JSON files to build output.
4+
5+
16
1.0.0 / 2016-04-19
27
==================
38
- [breaking] Rename `img-uses-alt` to `img-has-alt`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -17,7 +17,7 @@
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 .",

0 commit comments

Comments
 (0)