Skip to content

Commit 1812b86

Browse files
committed
chore: fixed folder name
1 parent f75cc9e commit 1812b86

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

package.json

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,15 @@
66
"type": "git",
77
"url": "https://github.com/webscopeio/react-textarea-autocomplete"
88
},
9-
"files": [
10-
"index.js",
11-
"umd",
12-
"types.js",
13-
"style.css"
14-
],
9+
"files": ["index.js", "umd/", "types.js", "style.css"],
1510
"main": "index.js",
1611
"author": "Jakub Benes <[email protected]>",
1712
"license": "MIT",
1813
"bugs": {
1914
"url": "https://github.com/webscopeio/react-textarea-autocomplete/issues"
2015
},
2116
"homepage": "https://github.com/webscopeio/react-textarea-autocomplete",
22-
"keywords": [
23-
"react-component",
24-
"textarea",
25-
"autocomplete",
26-
"react"
27-
],
17+
"keywords": ["react-component", "textarea", "autocomplete", "react"],
2818
"scripts": {
2919
"build": "cp src/types.js types.js && yarn build:umd && yarn build:cjs",
3020
"build:umd": "rollup -c rollup.config.umd.js",
@@ -80,22 +70,15 @@
8070
"textarea-caret": "3.0.2"
8171
},
8272
"lint-staged": {
83-
"src/*.{js,jsx}": [
84-
"eslint src --fix",
85-
"git add"
86-
]
73+
"src/*.{js,jsx}": ["eslint src --fix", "git add"]
8774
},
8875
"jest": {
89-
"setupFiles": [
90-
"<rootDir>/setupJest.js"
91-
],
76+
"setupFiles": ["<rootDir>/setupJest.js"],
9277
"moduleNameMapper": {
9378
"\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js"
9479
}
9580
},
9681
"babel": {
97-
"presets": [
98-
"react-app"
99-
]
82+
"presets": ["react-app"]
10083
}
10184
}

0 commit comments

Comments
 (0)