diff --git a/packages/line-ripple/package.json b/packages/line-ripple/package.json new file mode 100644 index 000000000..9eaea17bd --- /dev/null +++ b/packages/line-ripple/package.json @@ -0,0 +1,19 @@ +{ + "name": "@material/mwc-line-ripple", + "version": "0.6.0", + "description": "", + "main": "mwc-line-ripple-directive.js", + "repository": { + "type": "git", + "url": "https://github.com/material-components/material-components-web-components.git", + "directory": "packages/line-ripple" + }, + "author": "", + "license": "Apache-2.0", + "dependencies": { + "@material/line-ripple": "^3.0.0" + }, + "publishConfig": { + "access": "public" + } +} \ No newline at end of file diff --git a/packages/line-ripple/tsconfig.json b/packages/line-ripple/tsconfig.json new file mode 100644 index 000000000..07b48381e --- /dev/null +++ b/packages/line-ripple/tsconfig.json @@ -0,0 +1,16 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "composite": true, + "rootDir": "src", + "outDir": ".", + "tsBuildInfoFile": ".tsbuildinfo" + }, + "include": [ + "src/*.ts" + ], + "references": [ + {"path": "../base"}, + {"path": "../ripple"} + ] +} \ No newline at end of file diff --git a/packages/textfield/package.json b/packages/textfield/package.json index d1c904662..288897629 100644 --- a/packages/textfield/package.json +++ b/packages/textfield/package.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@material/floating-label": "^3.0.0", - "@material/line-ripple": "^3.0.0", + "@material/mwc-line-ripple": "^0.6.0", "@material/mwc-base": "^0.6.0", "@material/mwc-floating-label": "^0.6.0", "@material/mwc-icon": "^0.6.0",