Skip to content

Commit

Permalink
styles fixes + package-lock upd
Browse files Browse the repository at this point in the history
  • Loading branch information
endway committed Oct 27, 2019
1 parent 8745613 commit 584f949
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ module.exports = function(grunt) {
grunt.registerTask('pack', [ 'rollup', 'zip' ]);
// only should be run by CI, not manually
grunt.registerTask('deploy', ['pack', 'webstore_upload']);
}
};
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
"page": "src/options/index.html",
"chrome_style": true
}
}
}
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "stoplayExt-build",
"version": "1.1.63",
"author": "Alex Buznik",
"scripts": {
"build": "grunt rollup",
"bumpup": "grunt bumpup"
},
"dependencies": {},
"repository": {
"type": "git",
Expand All @@ -17,4 +21,4 @@
"grunt-webstore-upload": "^0.9.21",
"grunt-zip": "^0.18.2"
}
}
}

0 comments on commit 584f949

Please sign in to comment.