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

Commit ef6932b

Browse files
authored
New version.
1 parent c28ccd4 commit ef6932b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "material-components-vue",
3-
"version": "0.0.43",
3+
"version": "0.0.44",
44
"description": "material-components-web with vuejs",
55
"author": "Mats Pfeiffer",
66
"license": "MIT",
7-
"main": "src/index.js",
8-
"module": "src/index.js",
7+
"main": "components/index.js",
8+
"module": "components/index.js",
99
"scripts": {
1010
"lint": "eslint --fix ./",
1111
"build:prod": "webpack -p --config ./webpack.config.prod.js",

0 commit comments

Comments
 (0)