Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnystening committed Jun 11, 2019
2 parents 39d6814 + a2415b2 commit 7ea5502
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ node tests/remote-test.js
### Release History remote
* v0.2.3 - Updated grunt-font dependency to v1.0.0
* v0.2.2 - Updated grunt-font dependency to v0.0.14
* v0.2.5 - Updated dependencies
* v0.2.4 - Updated dependencies
* v0.2.3 - Updated dependencies
* v0.2.2 - Updated dependencies
* v0.2.1 - Updated index page background color (GUI’s body @color-Background mapping removed)
* v0.2.0 - Updated dependencies and Grunticon cssprefix
* v0.1.3 - Fixed silly SVG brand bug
Expand Down
20 changes: 10 additions & 10 deletions remote/._template/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "GUI-blend",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.2.1",
"grunt-contrib-watch": "^1.0.1",
"grunt-font": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-font": "^1.0.1",
"grunt-grunticon": "^2.3.2",
"grunt-wakeup": "^0.1.3",
"less-plugin-autoprefix": "^1.5.1"
"less-plugin-autoprefix": "^2.0.0"
}
}
}

0 comments on commit 7ea5502

Please sign in to comment.