Skip to content

Commit

Permalink
Update main file
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Dulisz committed Nov 29, 2016
1 parent 56ec569 commit c7876e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/partials/_start.pug
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ section.start(v-bind:style="gradient")
li.typo__li Easy to use with custom validators (e.g. Moment.js)
li.typo__li Support for function composition
li.typo__li Validates different data sources: Vuex getters, coumputed values, etc.
li.typo__li High test coverage

.grid__row.grid__row--centered
.grid__column.utils--center
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Paweł Grabarz <pawel.grabarz@monterail.com>"
],
"license": "MIT",
"main": "lib/index.js",
"main": "dist/index.js",
"scripts": {
"dev": "node build/dev-server.js",
"bundle:web": "rm -rf dist && webpack --config build/webpack.bundle.conf.js",
Expand Down

0 comments on commit c7876e2

Please sign in to comment.