@cord-sdk/components
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -121,1 +121,2 @@ 'use strict'; | ||
exports.propsToAttributeConverter = propsToAttributeConverter; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cord-sdk/components", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://docs.cord.com/", | ||
"license": "MIT", | ||
"files": [ | ||
"dist/" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -11,6 +17,9 @@ "type": "git", | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"scripts": { "build": "rollup -c" }, | ||
"dependencies": { "@cord-sdk/types": "*" }, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w" | ||
}, | ||
"dependencies": { | ||
"@cord-sdk/types": "*" | ||
}, | ||
"devDependencies": { | ||
@@ -17,0 +26,0 @@ "rollup": "^2.70.1", |
Sorry, the diff of this file is not supported yet
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
28546
6
312