@atbdigitalteam/ui-widgets 2.4.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @atbdigitalteam/ui-widgets might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +15 -0
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@atbdigitalteam/ui-widgets",
3
+ "version": "2.4.0",
4
+ "description": "test",
5
+ "main": "index.js",
6
+ "directories": {
7
+ "doc": "doc"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "preinstall": "node index.js"
12
+ },
13
+ "author": "",
14
+ "license": "ISC"
15
+ }