Skip to content

Commit 18a5b6e

Browse files
authored
Merge pull request #11 from JackHowa/PERF-exclude-coverage-non-transpiled-output
Perf exclude coverage non transpiled output
2 parents dc573d0 + 6f237c7 commit 18a5b6e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thrash-industries/react-actioncable-provider",
3-
"version": "2.0.7",
3+
"version": "3.0.0",
44
"description": "ActionCable Provider for React",
55
"main": "dist/index.js",
66
"scripts": {
@@ -14,7 +14,12 @@
1414
},
1515
"keywords": [
1616
"ActionCable",
17-
"react"
17+
"react",
18+
"Rails",
19+
"WebSockets"
20+
],
21+
"files": [
22+
"dist/index.js"
1823
],
1924
"author": "Li Jie <cpunion@gmail.com>",
2025
"contributors": [

0 commit comments

Comments
 (0)