Skip to content

Commit

Permalink
update grunt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sesemaya committed May 12, 2016
1 parent c1f74c6 commit 013bf94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Material

Daemonite's Material UI is a fully responsive, cross-platform, front-end interface based on Google Material Design. This lightweight framework is built in HTML5 using Bootstrap, JS and CSS.
Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design. This lightweight framework is built in HTML5 using Bootstrap, CSS and JS.

> A visual language for our users that synthesizes the classic principles of good design with the innovation and possibility of technology and science. This is material design.
> http://www.google.com/design/spec/material-design/introduction.html
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"bugs": {
"url": "https://github.com/Daemonite/material/issues"
},
"description": "Daemonite's Material UI is a fully responsive, cross-platform, front-end interface based on Google Material Design.",
"description": "Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design.",
"devDependencies": {
"autoprefixer": "^6.3.6",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
Expand All @@ -28,18 +28,18 @@
],
"homepage": "http://daemonite.github.io/material/",
"keywords": [
"material",
"css",
"design",
"front-end",
"css",
"html",
"js"
"js",
"material"
],
"license": "MIT",
"main": "js/base.js",
"repository": {
"type": "git",
"url": "https://github.com/Daemonite/material.git"
},
"version": "1.4.0"
"version": "2.0.0"
}

0 comments on commit 013bf94

Please sign in to comment.