themer-firefox
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "themer-firefox", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Firefox theme generator for themer.", | ||
@@ -26,9 +26,9 @@ "homepage": "https://github.com/j4nr6n/themer-firefox", | ||
"scripts": { | ||
"build": "themer -c themer-colors-default -t lib/index.js -o build", | ||
"build": "themer -c themer-colors-default -t src/index.js -o build", | ||
"clean": "rm -rf build/" | ||
}, | ||
"main": "lib/index.js", | ||
"main": "src/index.js", | ||
"files": [ | ||
"/lib/index.js" | ||
"/src/index.js" | ||
] | ||
} |
@@ -0,1 +1,2 @@ | ||
![GitHub package.json version](https://img.shields.io/github/package-json/v/j4nr6n/themer-firefox) | ||
# themer-firefox | ||
@@ -2,0 +3,0 @@ A Firefox theme generator for [themer](https://github.com/mjswensen/themer). |
5513
14