lion/packages/tooltip/package.json
CircleCI 41ac853d42 chore: release new versions
- @lion/dialog@0.4.15
 - @lion/form-system@0.7.3
 - @lion/input-datepicker@0.11.3
 - @lion/overlays@0.13.0
 - @lion/select-rich@0.14.2
 - @lion/tooltip@0.8.10
2020-04-07 07:43:47 +00:00

40 lines
938 B
JSON

{
"name": "@lion/tooltip",
"version": "0.8.10",
"description": "Show relative overlay content on hover",
"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/tooltip"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/tooltip/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/tooltip/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"tooltip"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.5.1",
"@lion/overlays": "0.13.0"
}
}