@next-level/fiori
Advanced tools
Comparing version 1.0.0-rc.5 to 1.0.0-rc.5.0dc048a6c
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
class Field extends HTMLElement { | ||
class MyField extends HTMLElement { | ||
constructor() { | ||
@@ -27,4 +27,4 @@ super(); | ||
window.customElements.define("my-field", Field); | ||
window.customElements.define("my-field", MyField); | ||
export default Field; | ||
export default MyField; |
{ | ||
"name": "@next-level/fiori", | ||
"version": "1.0.0-rc.5", | ||
"private": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ilhan007/npmnext-sample.git" | ||
}, | ||
"scripts": { | ||
"build": "copy-and-watch src/**/*.js dist", | ||
"watch": "copy-and-watch --watch src/**/*.js dist", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"copy-and-watch": "^0.1.4" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"name": "@next-level/fiori", | ||
"version": "1.0.0-rc.5.0dc048a6c", | ||
"private": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ilhan007/npmnext-sample.git" | ||
}, | ||
"scripts": { | ||
"build": "copy-and-watch src/**/*.js dist", | ||
"watch": "copy-and-watch --watch src/**/*.js dist", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"copy-and-watch": "^0.1.4" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} |
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
1126