From: jgthms Date: Wed, 27 Jan 2016 22:29:21 +0000 (+0000) Subject: Use npm instead, Fix npm description X-Git-Tag: 0.0.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9988048a06329dead09e3df83195e6ffef51008c;p=thirdparty%2Fbulma.git Use npm instead, Fix npm description --- diff --git a/README.md b/README.md index cb760dcb1..d67fc9616 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Bulma is a modern CSS framework based on [Flexbox](https://developer.mozilla.org Bulma is in early but active development! Try it out now: -```bower install bulma``` +```npm install bulma``` Feel free to raise an issue or submit a pull request. In the meantime, check the [documentation](http://bulma.io/documentation/overview/). diff --git a/package.json b/package.json index 3aa167385..d12f9561b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.4", "homepage": "http://bulma.io", "author": "jgthms ", - "description": "Bulma is a modern CSS framework based on Flexbox", + "description": "Modern CSS framework based on Flexbox", "main": "bulma.sass", "repository": { "type": "git",