lion/packages/input-date/package.json
CircleCI 0424b49f25 chore: release new versions
- @lion/form-system@0.6.4
 - @lion/input-date@0.5.19
 - @lion/input-datepicker@0.10.1
2020-03-09 12:07:45 +00:00

47 lines
1.1 KiB
JSON

{
"name": "@lion/input-date",
"version": "0.5.19",
"description": "Provide a way for users to fill in a date",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/input-date"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/input-date/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/input-date/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"input-date"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.4.5",
"@lion/field": "0.11.3",
"@lion/input": "0.5.18",
"@lion/localize": "0.8.10",
"@lion/validate": "0.8.0"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}