@watermarkinsights/ripple-react 5.14.0-alpha.4 → 5.15.0-alpha.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.
- package/README.md +0 -1
- 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.
|
|
4
|
-
"description": "React
|
|
3
|
+
"version": "5.15.0-alpha.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.
|
|
41
|
+
"@watermarkinsights/ripple": "^5.15.0-alpha.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "f9256aec0e14c8033b3e534316b9dc5aa08f4a31"
|
|
44
44
|
}
|