lion/packages/tabs/package.json
CircleCI e99a4b4620 chore: release new versions
- @lion/tabs@0.3.1
2020-05-27 14:47:30 +00:00

42 lines
990 B
JSON

{
"name": "@lion/tabs",
"version": "0.3.1",
"description": "Allows users to quickly move between a small number of equally important views.",
"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/tabs"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --grep \"packages/tabs/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/tabs/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"tabs"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"sideEffects": [
"lion-tabs.js"
],
"dependencies": {
"@lion/core": "0.6.0"
}
}