Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirek Simek committed Mar 7, 2019
1 parent 98d5d71 commit def8b0f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/index.js'
2 changes: 0 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ yarn version --patch
rm -rf dist;
npm run build

cp src/index.d.ts dist/

npm publish
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow

/** vuelidate-property-decorators MIT LICENSE copyright 2019 mesemus
/** vuelidate-property-decorators MIT LICENSE copyright 2019 Mirek Simek
*
* https://github.com/mesemus/vuelidate-property-decorators
*
Expand Down
2 changes: 1 addition & 1 deletion src/vuelidate-decorators.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow

/** vuelidate-property-decorators MIT LICENSE copyright 2019 mesemus
/** vuelidate-property-decorators MIT LICENSE copyright 2019 Mirek Simek
*
* https://github.com/mesemus/vuelidate-property-decorators
*
Expand Down

0 comments on commit def8b0f

Please sign in to comment.