Skip to content

Commit

Permalink
build for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trongthanh committed Jul 6, 2019
1 parent bbad620 commit 819276a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions app/css/bundle.css

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

3 changes: 1 addition & 2 deletions app/js/bundle.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"manifest_version": 2,

"name": "Nau Tab",
"author": "Thanh Tran",
"version": "3.0.0",
"version": "3.0.1",
"description": "Beautiful new tab page for modern browsers. A browser extension that will not track you.",
"browser_specific_settings": {
"gecko": {
Expand Down
3 changes: 2 additions & 1 deletion app/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ <h2>RELEASE NOTES</h2>
<dd>Rewrite from scratch using Svelte framework</dd>
<dd>NEW: Unsplash wallpapers now has night and twilight scenes</dd>
<dd>NEW: Clock display settings with 2 new mode: blend color and mini</dd>
<dd>NEW: Quicklinks now allows user's defined URL</dd>
<dd>NEW: New predefined quick links list</dd>
<dd>NEW: Quick links now allows user's defined URL</dd>
</dl>
<dl>
<dt>1.0 - 2.6 (Older Releases)</dt>
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"license": "Apache-2.0",
"author": "Thanh Tran <[email protected]> (https://int3ractive.com)",
"scripts": {
"build": "rollup -c",
"prebuild": "run-p clean",
"build": "rollup --no-sourcemap -c",
"autobuild": "rollup -c -w",
"prestart": "run-p clean",
"start": "run-p serve:dev autobuild",
"serve:dev": "sirv public --dev",
"serve:prod": "sirv public",
"clean": "rm -f public/js/bundle.js public/js/bundle.js.map public/css/bundle.css public/css/bundle.css.map",
"eslint": "eslint --ext .js,.svelte .",
"prestart": "rm -f public/js/bundle.js public/js/bundle.js.map public/css/bundle.css public/css/bundle.css.map",
"test": "jest --runInBand --no-cache --config ./jest.config.js"
},
"engines": {
Expand Down
3 changes: 1 addition & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"manifest_version": 2,

"name": "Nau Tab",
"author": "Thanh Tran",
"version": "3.0.0",
"version": "3.0.1",
"description": "Beautiful new tab page for modern browsers. A browser extension that will not track you.",
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit 819276a

Please sign in to comment.