From 6c47a9b28f87ddc5dc5139f10be3d15b92ec9bea Mon Sep 17 00:00:00 2001 From: Jordan Humphreys Date: Tue, 26 Jul 2016 11:02:06 -0700 Subject: [PATCH] Fix append and main ref in package.json. Bump version. --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",