Skip to content

Commit

Permalink
renamed library in bower registry
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Oct 6, 2017
1 parent ca8659f commit e502625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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 <rodrigo@crabbly.com>"
}

0 comments on commit e502625

Please sign in to comment.