Skip to content

Commit 2d15a9b

Browse files
authored
Merge pull request #1 from EnguGH/master
Fix main attribute in package.json; update docs accordingly
2 parents 3cefc33 + c198263 commit 2d15a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ And in your entry file:
1212
```
1313
import Vue from 'vue'
1414
import lodash from 'lodash'
15-
import VueLodash from 'vue-lodash/dist/vue-lodash.min'
15+
import VueLodash from 'vue-lodash'
1616
1717
Vue.use(VueLodash, lodash)
1818
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-lodash",
33
"version": "1.0.3",
44
"description": "A small wrapper for integrating lodash into VueJs",
5-
"main": "index.js",
5+
"main": "dist/vue-lodash.min.js",
66
"scripts": {
77
"test": "echo \"There is currently no test case for this plugin\" && exit 1"
88
},

0 commit comments

Comments
 (0)