Skip to content

Commit

Permalink
pull code
Browse files Browse the repository at this point in the history
  • Loading branch information
topcss committed Oct 22, 2018
2 parents a66a5aa + 2f5c369 commit 630eeb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"directory": "bower_components",
"allow_root": true
"allow_root": true,
"presets": ["env"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@babel/core": "^7.1.2",
"del": "^3.0.0",
"electron": "^3.0.x",
"electron": "^3.0.3",
"electron-packager": "^12.2.0",
"electron-prebuilt": "^1.4.13",
"grunt": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.version = [2, 0, 2018, 368];
exports.version = [2, 0, 2018, 368];

0 comments on commit 630eeb0

Please sign in to comment.