Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,2 @@ | ||
export { default } from './button'; | ||
export { default as Theme } from './theme'; | ||
export * from './components'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var button_1 = require("./button"); | ||
exports.default = button_1.default; | ||
const path_1 = __importDefault(require("path")); | ||
const filePath = path_1.default.join(__dirname, 'now.json'); | ||
const data = require(filePath); | ||
console.log('received data: ' + data); | ||
var theme_1 = require("./theme"); | ||
exports.Theme = theme_1.default; | ||
__export(require("./components")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "paku", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"start": "start-storybook -p 6006", | ||
"start": "start-storybook -p 6001", | ||
"build": "rm -rf ./lib && tsc", | ||
"publish-patch": "rm -rf ./lib && tsc && npm publish && npm version patch", | ||
"build-storybook": "build-storybook", | ||
@@ -24,3 +23,5 @@ "test": "jest" | ||
"homepage": "https://github.com/GifaEriyanto/paku#readme", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"file-system": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
@@ -30,3 +31,5 @@ "@babel/core": "^7.8.6", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@storybook/addon-a11y": "^5.3.14", | ||
"@storybook/addon-actions": "^5.3.14", | ||
"@storybook/addon-backgrounds": "^5.3.14", | ||
"@storybook/addon-info": "^5.3.14", | ||
@@ -33,0 +36,0 @@ "@storybook/addon-knobs": "^5.3.14", |
# paku | ||
[WIP] Design System with basic style | ||
[WIP] Design System with basic style. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
10930
41
204
1
27
1
1
+ Addedfile-system@^2.2.2
+ Addedfile-match@1.0.2(transitive)
+ Addedfile-system@2.2.2(transitive)
+ Addedutils-extend@1.0.8(transitive)