lion/packages/form/package.json
CircleCI 48b145fc22 chore: release new versions
- @lion/checkbox-group@0.11.6
 - @lion/fieldset@0.13.13
 - @lion/form-core@0.2.6
 - @lion/form-integrations@0.1.21
 - @lion/form@0.6.13
 - @lion/input-amount@0.7.13
 - @lion/input-date@0.7.13
 - @lion/input-datepicker@0.14.17
 - @lion/input-email@0.8.13
 - @lion/input-iban@0.9.13
 - @lion/input-range@0.4.13
 - @lion/input@0.7.13
 - @lion/radio-group@0.11.6
 - @lion/select-rich@0.18.20
 - @lion/select@0.7.13
 - @lion/switch@0.10.14
 - @lion/textarea@0.7.13
 - @lion/validate-messages@0.2.5
2020-07-16 13:26:02 +00:00

45 lines
1.1 KiB
JSON

{
"name": "@lion/form",
"version": "0.6.13",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/form"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/form/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/form/test/**/*.test.js\""
},
"sideEffects": [
"lion-form.js"
],
"dependencies": {
"@lion/core": "0.8.0",
"@lion/fieldset": "0.13.13"
},
"keywords": [
"form",
"lion",
"web-components"
],
"publishConfig": {
"access": "public"
}
}