Skip to content

Commit 1625680

Browse files
authored
Version 1.0.4 (#6)
* Updated package.json repository metadata * Updated package.json repository metadata keywords
1 parent 562d919 commit 1625680

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

package.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-react-native-lit",
3-
"version": "1.0.3",
4-
"description": "ESLint Config used by University of Sydney",
3+
"version": "1.0.4",
4+
"description": "Highly opinionated ESLint config for React Native used by University of Sydney.",
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint ."
@@ -10,23 +10,33 @@
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/airbnb/javascript"
13+
"url": "https://github.com/philip-bui/eslint-config-react-native-lit"
1414
},
1515
"homepage": "https://github.com/philip-bui/eslint-config-react-native-lit#readme",
1616
"bugs": {
1717
"url": "https://github.com/philip-bui/eslint-config-react-native-lit/issues"
1818
},
1919
"keywords": [
20+
"eslint-config",
21+
"react-native",
2022
"eslint",
21-
"eslintconfig",
2223
"config",
23-
"react-native",
24-
"javascript",
25-
"styleguide",
24+
"react",
25+
"native",
26+
"airbnb",
27+
"prettier",
28+
"redux",
29+
"jest",
30+
"hooks",
31+
"a11y",
32+
"import",
33+
"comments",
2634
"es2015",
2735
"es2016",
2836
"es2017",
29-
"es2018"
37+
"es2018",
38+
"es2019",
39+
"es2020"
3040
],
3141
"publishConfig": {
3242
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)