diff --git a/bower.json b/bower.json index 7b5ff0a..d2353a4 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "print.js", + "name": "print-js", "description": "A tiny javascript library to help printing from the web.", "main": "src/print.js", "authors": [ diff --git a/package.json b/package.json index 2bd4b6c..d23c93c 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,7 @@ "description": "A tiny javascript library to help printing from the web.", "version": "1.0.19", "main": "src/index.js", - "repository": { - "type": "git", - "url": "https://github.com/crabbly/Print.js" - }, + "repository": "https://github.com/crabbly/Print.js", "license": "MIT", "dependences": {}, "devDependencies": { @@ -22,5 +19,6 @@ "watch-poll": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" - } + }, + "author": "Rodrigo Vieira " }