Skip to content

Commit

Permalink
Rename main file and added link to repo
Browse files Browse the repository at this point in the history
This makes it easier for people looking to just copy and paste its
source into their extensions
  • Loading branch information
bfred-it committed Feb 5, 2017
1 parent 6bba8dd commit f98bd11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"chrome",
"firefox"
],
"main": "webext-options-sync.js",
"files": [
"index.js"
"webext-options-sync.js"
],
"scripts": {
"watch": "onchange '*.js' --initial -- xo --fix",
Expand Down
2 changes: 2 additions & 0 deletions index.js → webext-options-sync.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//https://github.com/bfred-it/webext-options-sync

class OptSync {
constructor(storageName = 'options') {
this.storageName = storageName;
Expand Down

0 comments on commit f98bd11

Please sign in to comment.