@fremtind/jkl-text-input-react
Advanced tools
Comparing version 0.5.0 to 0.5.2
@@ -6,2 +6,21 @@ # Change Log | ||
## [0.5.2](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.5.1...@fremtind/jkl-text-input-react@0.5.2) (2019-07-18) | ||
**Note:** Version bump only for package @fremtind/jkl-text-input-react | ||
## [0.5.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.5.0...@fremtind/jkl-text-input-react@0.5.1) (2019-07-18) | ||
### Bug Fixes | ||
* **build:** normalize react package.json ([6c29e08](https://github.com/fremtind/jokul/commit/6c29e08)), closes [#156](https://github.com/fremtind/jokul/issues/156) | ||
# [0.5.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-text-input-react@0.2.1...@fremtind/jkl-text-input-react@0.5.0) (2019-07-15) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "@fremtind/jkl-text-input-react", | ||
"version": "0.5.0", | ||
"version": "0.5.2", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "React component for text input, text field and text area", | ||
"description": "Jøkul react text input component", | ||
"keywords": [ | ||
"react", | ||
"text", | ||
"field", | ||
"text", | ||
"textfield", | ||
"textarea", | ||
"input", | ||
"form" | ||
"form", | ||
"jøkul", | ||
"fremtind" | ||
], | ||
@@ -30,9 +32,15 @@ "license": "MIT", | ||
"build:scripts": "rollup --config ../../rollup.config.js", | ||
"build": "yarn run build:scripts && yarn run build:types", | ||
"build": "run-s build:*", | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"dev": "parcel example/index.html" | ||
"dev:style": "lerna exec --scope=@fremtind/jkl-text-input yarn build:watch", | ||
"dev:js": "parcel example/index.html", | ||
"dev": "run-p dev:*" | ||
}, | ||
"dependencies": { | ||
"@fremtind/jkl-text-input": "^0.5.0" | ||
"@fremtind/jkl-text-input": "^0.6.1" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/browserslist-config-jkl": "^0.3.2", | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"peerDependencies": { | ||
@@ -44,9 +52,13 @@ "@types/react": "^16.8.17", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/fremtind/jokul.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fremtind/jokul/issues" | ||
}, | ||
"browserslist": [ | ||
"extends @fremtind/browserslist-config-jkl" | ||
], | ||
"gitHead": "b056eb4e169c54bf0e5606d4598b1cd8891f8fa8", | ||
"devDependencies": { | ||
"@fremtind/browserslist-config-jkl": "^0.3.0" | ||
} | ||
"gitHead": "99afe76bb07eb2fae4da9d9ebae06c0f35ee325a" | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
18988
423
1
0
2
332
6
15
0
49
+ Added@fremtind/jkl-core@0.6.1(transitive)
+ Added@fremtind/jkl-text-input@0.6.1(transitive)
- Removed@fremtind/jkl-core@0.5.0(transitive)
- Removed@fremtind/jkl-text-input@0.5.0(transitive)
- Removednormalize-scss@7.0.1(transitive)