@fremtind/jkl-checkbox-react
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.5.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-checkbox-react@0.5.0...@fremtind/jkl-checkbox-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) | ||
* **css:** output prefixed css files, fix import from core ([db7413d](https://github.com/fremtind/jokul/commit/db7413d)) | ||
# [0.5.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-checkbox-react@0.2.1...@fremtind/jkl-checkbox-react@0.5.0) (2019-07-15) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@fremtind/jkl-checkbox-react", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "React Checkboxes for Jøkul", | ||
"description": "Jøkul react checkbox component", | ||
"homepage": "https://fremtind.github.io/jokul", | ||
"keywords": [ | ||
"checkbox" | ||
"checkbox", | ||
"form", | ||
"jøkul", | ||
"fremtind" | ||
], | ||
@@ -18,19 +22,39 @@ "directories": { | ||
"license": "MIT", | ||
"types": "./build/index.d.ts", | ||
"main": "./build/cjs/index.js", | ||
"module": "./build/esm/index.js", | ||
"browser": "./build/browser/index.js", | ||
"scripts": { | ||
"build:types": "tsc -p tsconfig-for-declarations.json", | ||
"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-checkbox yarn build:watch", | ||
"dev:js": "parcel example/index.html", | ||
"dev": "run-p dev:*" | ||
}, | ||
"dependencies": { | ||
"@fremtind/jkl-core": "^0.5.0" | ||
"@fremtind/jkl-core": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/browserslist-config-jkl": "^0.3.1", | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "^16.8.17", | ||
"@types/react-dom": "^16.8.4", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
}, | ||
"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": "d2f6e412cb758cef989870d635fceab6c0367bfe" | ||
} |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7146
1
1
0
5
2
+ Added@fremtind/jkl-core@0.6.1(transitive)
+ Added@types/prop-types@15.7.14(transitive)
+ Added@types/react@16.14.62(transitive)
+ Added@types/react-dom@16.9.25(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedscheduler@0.19.1(transitive)
- Removed@fremtind/jkl-core@0.5.0(transitive)
- Removednormalize-scss@7.0.1(transitive)
Updated@fremtind/jkl-core@^0.6.0