@helloiampau/components
Advanced tools
Comparing version 0.0.1 to 0.0.2
const Element = require('./lib/element'); | ||
const store = require('./lib/store'); | ||
const stores = require('./lib/stores'); | ||
const render = require('./lib/render'); | ||
module.exports = { | ||
store, | ||
stores, | ||
render, | ||
Element | ||
}; |
{ | ||
"name": "@helloiampau/components", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "My favourite js webapp framework based on web-components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6254