Skip to content

Commit

Permalink
Fix append and main ref in package.json. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jul 26, 2016
1 parent 7b4d4d2 commit 6c47a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tribute",
"description": "Native ES6 @mentions",
"version": "2.0.2",
"version": "2.0.3",
"main": [
"dist/tribute.js",
"dist/tribute.css"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "tributejs",
"version": "2.0.2",
"version": "2.0.3",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"main": "src/index.js",
"devDependencies": {
"babel-cli": "~6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
Expand Down

0 comments on commit 6c47a9b

Please sign in to comment.