Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
olegpolyakov committed Jul 10, 2020
1 parent 6275111 commit af0a6fe
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"name": "mdc-pug",
"version": "0.4.5",
"description": "",
"version": "1.0.0",
"description": "Material Components Web implemented in Pug",
"main": "index.pug",
"keywords": [
"pug",
"mdc",
"material",
"material-design",
"material-components"
],
"author": {
"name": "Oleg Polyakov",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -27,5 +15,17 @@
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.1.0",
"sass": "^1.26.10"
}
}
},
"author": {
"name": "Oleg Polyakov",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"mdc",
"pug",
"material",
"material-design",
"material-components"
]
}

0 comments on commit af0a6fe

Please sign in to comment.