Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski committed Mar 24, 2018
1 parent f13cf98 commit caef794
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
node_modules/
npm-debug.log
yarn-error.log

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
Empty file removed dist/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-emoji-picker",
"description": "Simple Vue.js emoji picker with unicode characters",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist-module/main.js",
"scripts": {
"prepublish": "npm run build && npm run browser-build",
Expand Down

0 comments on commit caef794

Please sign in to comment.