Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed May 1, 2020
1 parent 08030e7 commit 2df422b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@aragon/ui",
"version": "1.3.1",
"version": "1.4.0",
"author": "Aragon Association <[email protected]>",
"license": "MIT",
"repository": "github:aragon/aragon-ui",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
"files": ["LICENSE", "README.md", "bin/", "dist/"],
"files": [
"LICENSE",
"README.md",
"bin/",
"dist/"
],
"bin": {
"copy-aragon-ui-assets": "./bin/copy-aragon-ui-assets"
},
Expand Down Expand Up @@ -112,6 +117,9 @@
}
},
"lint-staged": {
"src/*.js": ["eslint --fix", "git add"]
"src/*.js": [
"eslint --fix",
"git add"
]
}
}

0 comments on commit 2df422b

Please sign in to comment.