@altiore/form
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -38,2 +38,3 @@ module.exports = { | ||
{match: '^react', name: 'react', order: 10}, | ||
{match: '^@storybook', name: '@storybook', order: 20}, | ||
{match: '^\\./', name: 'current directory', order: 80}, | ||
@@ -40,0 +41,0 @@ {match: '.*', name: 'new unknown', order: 90}, |
{ | ||
"name": "@altiore/form", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "Form helper for building powerful forms", | ||
@@ -8,2 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"start": "npm run storybook", | ||
"build": "rm -rf dist && tsc", | ||
@@ -17,7 +18,9 @@ "npm:patch": "npm version patch && npm publish --access=public && git push && git push --tags", | ||
"prepublish": "npm run build", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"storybook": "start-storybook -p 8888", | ||
"build-storybook": "build-storybook" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/altiore/test-forbidden-regex.git" | ||
"url": "git+ssh://git@github.com:altiore/form.git" | ||
}, | ||
@@ -38,5 +41,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/altiore/test-forbidden-regex/issues" | ||
"url": "https://github.com/altiore/form/issues" | ||
}, | ||
"homepage": "https://github.com/altiore/test-forbidden-regex#readme", | ||
"homepage": "https://github.com/altiore/form#readme", | ||
"dependencies": {}, | ||
@@ -46,5 +49,10 @@ "devDependencies": { | ||
"@babel/eslint-parser": "7.14.7", | ||
"@storybook/addon-actions": "^6.3.7", | ||
"@storybook/addon-essentials": "^6.3.7", | ||
"@storybook/addon-links": "^6.3.7", | ||
"@storybook/react": "^6.3.7", | ||
"@types/node": "16.4.9", | ||
"@typescript-eslint/eslint-plugin": "4.28.5", | ||
"@typescript-eslint/parser": "4.28.5", | ||
"babel-loader": "^8.2.2", | ||
"eslint": "7.32.0", | ||
@@ -51,0 +59,0 @@ "eslint-config-prettier": "8.3.0", |
Sorry, the diff of this file is not supported yet
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
14670
22
136
20