Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
amsheehan committed Feb 7, 2017
1 parent 4c44692 commit f916a02
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 38 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material design",
"design components",
"material components web",
"scss"
"material design"
],
"scripts": {
"build": "mkdirp build && webpack --progress --colors",
Expand Down
5 changes: 1 addition & 4 deletions packages/material-components-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material design",
"design components",
"material components web",
"scss"
"material design"
],
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"animation",
"SCSS"
"material design",
"animation"
],
"main": "index.js",
"repository": {
Expand Down
3 changes: 0 additions & 3 deletions packages/mdc-auto-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"version": "0.1.1",
"main": "index.js",
"license": "Apache-2.0",
"keywords": [
"material components"
],
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "Apache 2.0",
"keywords": [
"material components",
"button",
"scss"
"material design",
"buttons"
],
"repository": {
"type": "git",
Expand Down
5 changes: 2 additions & 3 deletions packages/mdc-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material",
"card",
"scss"
"material design",
"card"
],
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions packages/mdc-checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material",
"checkbox",
"javascript",
"scss"
"material design",
"checkbox"
],
"main": "index.js",
"repository": {
Expand Down
5 changes: 2 additions & 3 deletions packages/mdc-drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material",
"drawer",
"scss"
"material design",
"drawer"
],
"main": "index.js",
"repository": {
Expand Down
5 changes: 2 additions & 3 deletions packages/mdc-elevation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material",
"elevation",
"scss"
"material design",
"elevation"
],
"main": "index.js",
"repository": {
Expand Down
5 changes: 2 additions & 3 deletions packages/mdc-fab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material",
"material design",
"floating action button",
"fab",
"scss"
"fab"
],
"repository": {
"type": "git",
Expand Down
5 changes: 2 additions & 3 deletions packages/mdc-form-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material",
"form",
"scss"
"material design",
"forms"
],
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions packages/mdc-icon-toggle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
"license": "Apache-2.0",
"keywords": [
"material components",
"material",
"toggle",
"material design",
"icon",
"javascript",
"scss"
"toggle"
],
"main": "index.js",
"repository": {
Expand Down

0 comments on commit f916a02

Please sign in to comment.