Skip to content

Commit

Permalink
Fix invalid license format in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nico3333fr committed Jan 4, 2018
1 parent c2585cb commit 89b2d2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "ES2015 accessible modal window system, using ARIA (compatible IE9+ when transpiled)",
"homepage": "https://van11y.net/accessible-modal/",
"main": "van11y-accessible-modal-window-aria.es6.js",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"Accessibility",
"ARIA",
Expand Down
2 changes: 1 addition & 1 deletion dist/van11y-accessible-modal-window-aria.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "van11y-accessible-modal-window-aria",
"description": "ES2015 accessible modal window system, using ARIA (compatible IE9+ when transpiled)",
"main": "dist/van11y-accessible-modal-window-aria.min.js",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"Accessibility",
"ARIA",
Expand Down Expand Up @@ -33,12 +33,7 @@
"url": "https://github.com/nico3333fr/van11y-accessible-modal-window-aria.git"
}
],
"license": [
{
"name": "MIT",
"url": "https://github.com/nico3333fr/van11y-accessible-modal-window-aria/blob/master/LICENSE"
}
],
"license": "MIT",
"homepage": "https://van11y.net/accessible-modal/",
"devDependencies": {
"gulp": "^3.9.0",
Expand Down

0 comments on commit 89b2d2e

Please sign in to comment.