Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp authored Oct 23, 2017
1 parent c28ccd4 commit ef6932b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "material-components-vue",
"version": "0.0.43",
"version": "0.0.44",
"description": "material-components-web with vuejs",
"author": "Mats Pfeiffer",
"license": "MIT",
"main": "src/index.js",
"module": "src/index.js",
"main": "components/index.js",
"module": "components/index.js",
"scripts": {
"lint": "eslint --fix ./",
"build:prod": "webpack -p --config ./webpack.config.prod.js",
Expand Down

0 comments on commit ef6932b

Please sign in to comment.