diff --git a/LICENSE b/LICENSE index f366353c2..e451b8132 100644 --- a/LICENSE +++ b/LICENSE @@ -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. - diff --git a/README.md b/README.md index 3244bff89..e8afdcb85 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 85650f5f7..fe3dde92c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -28,12 +28,12 @@ ], "homepage": "http://daemonite.github.io/material/", "keywords": [ - "material", + "css", "design", "front-end", - "css", "html", - "js" + "js", + "material" ], "license": "MIT", "main": "js/base.js", @@ -41,5 +41,5 @@ "type": "git", "url": "https://github.com/Daemonite/material.git" }, - "version": "1.4.0" + "version": "2.0.0" }