diff --git a/bower.json b/bower.json index 4714ac6f..9117681a 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/package.json b/package.json index 07837829..b34fec62 100644 --- a/package.json +++ b/package.json @@ -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",