@basalt/bedrock-utils
Advanced tools
Comparing version 0.29.0 to 0.30.0-alpha.0
@@ -5,2 +5,3 @@ /** @module utils */ | ||
export * from './misc'; | ||
export * from './strings'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@basalt/bedrock-utils", | ||
"license": "GPL-2.0-or-later", | ||
"version": "0.29.0", | ||
"version": "0.30.0-alpha.0", | ||
"description": "A Bedrock component that helps build Design Systems", | ||
@@ -13,3 +13,4 @@ "main": "dist/index.js", | ||
"build": "rm -rf dist && yarn build:js", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"watch": "yarn build --watch" | ||
}, | ||
@@ -27,3 +28,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "8a2cb87853042533745f33170ee7242795baacd9" | ||
"gitHead": "97e1a867fb6c256e927dbec11998bb21f1ba75cb" | ||
} |
@@ -6,1 +6,2 @@ /** @module utils */ | ||
export * from './misc'; | ||
export * from './strings'; |
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
32125
25
384