Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "0ui", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A set of utilities for building UIs with React", | ||
"scripts": { | ||
"build:example": "webpack --config ./example/webpack.config.js --mode=production" | ||
"build:example": | ||
"webpack --config ./example/webpack.config.js --mode=development --watch", | ||
"build": "webpack --config webpack.config.js --mode=production" | ||
}, | ||
@@ -19,6 +21,6 @@ "author": "Roman Liutikov", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"react-dom": "^16.2.0", | ||
"webpack": "^4.2.0", | ||
"webpack-cli": "^2.0.13", | ||
"react-dom": "^16.2.0" | ||
"webpack-cli": "^2.0.13" | ||
} | ||
} |
_A set of utilities for building UIs with React_ | ||
v1.1.0 | ||
``` | ||
npm i 0ui | ||
``` | ||
See an example of how everything is used together in `example/src/index.js` | ||
## UMD build | ||
```html | ||
<script src="https://unpkg.com/0ui/dist/0ui.umd.js"></script> | ||
``` | ||
## core lib | ||
@@ -6,0 +18,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18475
11
202
159