Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 2df422b

Browse files
committed
v1.4.0
1 parent 08030e7 commit 2df422b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "@aragon/ui",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"author": "Aragon Association <[email protected]>",
55
"license": "MIT",
66
"repository": "github:aragon/aragon-ui",
77
"main": "dist/index.js",
88
"module": "dist/esm/index.js",
99
"sideEffects": false,
10-
"files": ["LICENSE", "README.md", "bin/", "dist/"],
10+
"files": [
11+
"LICENSE",
12+
"README.md",
13+
"bin/",
14+
"dist/"
15+
],
1116
"bin": {
1217
"copy-aragon-ui-assets": "./bin/copy-aragon-ui-assets"
1318
},
@@ -112,6 +117,9 @@
112117
}
113118
},
114119
"lint-staged": {
115-
"src/*.js": ["eslint --fix", "git add"]
120+
"src/*.js": [
121+
"eslint --fix",
122+
"git add"
123+
]
116124
}
117125
}

0 commit comments

Comments
 (0)