@bigbinary/neetoui 4.0.11 → 4.0.13

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "4.0.11",
3
+ "version": "4.0.13",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",
7
7
  "author": "BigBinary",
8
8
  "license": "MIT",
9
- "description": "neetoUI is the library that drives the experience in all neeto products built at BigBinary",
9
+ "description": "neetoUI drives the experience at all neeto products",
10
10
  "scripts": {
11
11
  "start": "NODE_ENV=development webpack-dev-server --open --mode development --config webpack.dev.config.js",
12
12
  "build": "NODE_ENV=production rollup -c rollup.config.js",