material-web/packages/tab-indicator/package.json
Andrew Luca e73947e064
chore: add repository.directory in package.json for all packages
This is the new way to mark a package in a monorepo.
See [repository.directory](https://docs.npmjs.com/files/package.json#repository) property in `package.json`.
In a future release of `npmjs.com` this will allow to link directly to a package in a monorepo.

https://docs.npmjs.com/files/package.json#repository
https://github.com/npm/rfcs/blob/latest/implemented/0010-monorepo-subdirectory-declaration.md
2019-07-17 00:54:39 +03:00

25 lines
588 B
JSON

{
"name": "@material/mwc-tab-indicator",
"version": "0.6.0",
"description": "",
"main": "mwc-tab-indicator.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/tab-indicator"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.6.0",
"@material/tab-indicator": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}