Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit ab55115

Browse files
committed
Release 1.2.2 to fix missing dist files
1 parent 00144a0 commit ab55115

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-indicative-hooks",
3-
"version": "1.2.0",
3+
"version": "1.2.2",
44
"description": "A wrapper between React Hooks and Indicative library",
55
"author": {
66
"name": "Marcelo Junior",
@@ -13,6 +13,10 @@
1313
"browser": "dist/index.umd.js",
1414
"module": "dist/index.es.js",
1515
"jsnext:main": "dist/index.es.js",
16+
"files": [
17+
"dist/*.js",
18+
"dist/*.js.map"
19+
],
1620
"engines": {
1721
"node": ">=8",
1822
"npm": ">=5"

0 commit comments

Comments
 (0)