File tree Expand file tree Collapse file tree 1 file changed +42
-12
lines changed Expand file tree Collapse file tree 1 file changed +42
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-autosuggest" ,
3
- "version" : " 9.4.2 " ,
3
+ "version" : " 9.4.3 " ,
4
4
"description" : " WAI-ARIA compliant React autosuggest component" ,
5
5
"main" : " dist/index.js" ,
6
6
"repository" : {
78
78
"webpack" : " ^1.14.0" ,
79
79
"webpack-dev-server" : " ^1.16.2"
80
80
},
81
- "files" : [" dist" ],
81
+ "files" : [
82
+ " dist"
83
+ ],
82
84
"lint-staged" : {
83
- ".*.js" : [" npm run prettier" , " git add" ],
84
- "*.js" : [" npm run prettier" , " git add" ],
85
- "demo/src/**/*.js" : [" npm run prettier" , " git add" ],
86
- "demo/standalone/app.js" : [" npm run prettier" , " git add" ],
87
- "src/**/*.js" : [" npm run prettier" , " git add" ],
88
- "test/**/*.js" : [" npm run prettier" , " git add" ]
85
+ ".*.js" : [
86
+ " npm run prettier" ,
87
+ " git add"
88
+ ],
89
+ "*.js" : [
90
+ " npm run prettier" ,
91
+ " git add"
92
+ ],
93
+ "demo/src/**/*.js" : [
94
+ " npm run prettier" ,
95
+ " git add"
96
+ ],
97
+ "demo/standalone/app.js" : [
98
+ " npm run prettier" ,
99
+ " git add"
100
+ ],
101
+ "src/**/*.js" : [
102
+ " npm run prettier" ,
103
+ " git add"
104
+ ],
105
+ "test/**/*.js" : [
106
+ " npm run prettier" ,
107
+ " git add"
108
+ ]
89
109
},
90
110
"keywords" : [
91
111
" autosuggest" ,
111
131
"branches" : 91 ,
112
132
"functions" : 100 ,
113
133
"lines" : 95 ,
114
- "include" : [" src/*.js" ],
115
- "exclude" : [" test/**/*.js" ],
116
- "reporter" : [" lcov" , " text-summary" ],
117
- "require" : [" babel-register" , " ./test/setup.js" ],
134
+ "include" : [
135
+ " src/*.js"
136
+ ],
137
+ "exclude" : [
138
+ " test/**/*.js"
139
+ ],
140
+ "reporter" : [
141
+ " lcov" ,
142
+ " text-summary"
143
+ ],
144
+ "require" : [
145
+ " babel-register" ,
146
+ " ./test/setup.js"
147
+ ],
118
148
"check-coverage" : true
119
149
},
120
150
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments