Skip to content

Commit

Permalink
Package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyec committed Aug 12, 2019
1 parent 206e726 commit 746bc02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
12 changes: 3 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powerlets",
"version": "1.0.0",
"description": "",
"description": "Quickly access and run your bookmark scripts",
"main": "src/index.js",
"scripts": {
"start": "webpack -w --mode=development",
Expand All @@ -11,10 +11,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"deep-filter": "^1.0.2",
"fuse.js": "^3.4.5",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Powerlets",
"version": "1.0.0",
"description": "Quick access to your existing bookmarklets",
"description": "Quickly access and run your bookmark scripts",
"permissions": ["activeTab", "bookmarks"],
"background": {
"scripts": ["background.bundle.js"],
Expand Down

0 comments on commit 746bc02

Please sign in to comment.