@watermarkinsights/ripple-react 5.14.0-alpha.4 → 5.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -8,7 +8,6 @@ This package is React-specific wrapper created for [Ripple](https://www.npmjs.co
8
8
 
9
9
 
10
10
  For installation instructions, see https://ripple.watermarkinsights.com/components/installation
11
- This project is based on https://github.com/ionic-team/stencil-ds-plugins-demo/tree/master/packages/component-library-react
12
11
 
13
12
  ## Usage
14
13
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@watermarkinsights/ripple-react",
3
- "version": "5.14.0-alpha.4",
4
- "description": "React specific wrappers for Ripple component library",
3
+ "version": "5.14.0",
4
+ "description": "React wrappers for Ripple Component Library",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
5
8
  "scripts": {
6
9
  "build": "npm run clean && npm run compile",
7
10
  "clean": "rm -rf dist",
8
11
  "compile": "npm run tsc",
9
12
  "tsc": "tsc -p ."
10
13
  },
11
- "main": "./dist/index.js",
12
- "module": "./dist/index.js",
13
- "types": "./dist/index.d.ts",
14
14
  "files": [
15
15
  "dist/"
16
16
  ],
@@ -38,7 +38,7 @@
38
38
  ]
39
39
  },
40
40
  "dependencies": {
41
- "@watermarkinsights/ripple": "^5.14.0-alpha.4"
41
+ "@watermarkinsights/ripple": "^5.14.0"
42
42
  },
43
- "gitHead": "a486cc7e5fbff73aafdea15233171d4f5c768e15"
43
+ "gitHead": "40f06e82b76cdb728513e71376b8fa0c4f26b44f"
44
44
  }