|
1 | 1 | { |
2 | 2 | "name": "angular-mdc", |
3 | | - "description": "Angular Material Design Components", |
| 3 | + "description": "Material Web Components for Angular", |
4 | 4 | "homepage": "https://github.com/trimox/angular-mdc-web", |
5 | 5 | "bugs": "https://github.com/trimox/angular-mdc-web/issues", |
6 | 6 | "repository": { |
|
12 | 12 | "node": ">= 9.11.1" |
13 | 13 | }, |
14 | 14 | "scripts": { |
15 | | - "build": "gulp web:build", |
16 | 15 | "build:release": "gulp web:build && gulp web:build-release", |
17 | | - "migrate-mdc-sass": "rimraf src/theme/material-components-web && node scripts/migrate-mdc-scss.js", |
| 16 | + "migrate-mdc-sass": "rimraf packages/material-components-web/scss && node scripts/migrate-mdc-scss.js", |
18 | 17 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", |
19 | 18 | "lint": "npm run lint:ts && npm run lint:css", |
20 | | - "lint:ts": "tslint 'src/lib/**/*.ts'", |
21 | | - "lint:css": "stylelint src/**/*.scss --config .stylelint-config.yaml", |
22 | | - "fix:css": "stylelint --fix src/**/*.scss --config .stylelint-config.yaml", |
| 19 | + "lint:ts": "tslint 'packages/**/*.ts'", |
| 20 | + "lint:css": "stylelint packages/material-components-web/**/*.scss --config .stylelint-config.yaml", |
| 21 | + "fix:css": "stylelint --fix packages/material-components-web/**/*.scss --config .stylelint-config.yaml", |
23 | 22 | "test": "npm run test:unit", |
24 | 23 | "test:unit": "karma start --single-run", |
25 | 24 | "test:watch": "karma start --auto-watch", |
|
0 commit comments