Comparing version 1.0.15 to 1.1.0
{ | ||
"name": "shower", | ||
"description": "Shower HTML presentation engine", | ||
"version": "1.0.15", | ||
"version": "1.1.0", | ||
"author": { | ||
"name": "Vadim Makeev", | ||
"url": "http://pepelsbey.com/" | ||
"url": "http://pepelsbey.net/" | ||
}, | ||
@@ -17,8 +17,3 @@ "homepage": "https://github.com/shower/shower", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/shower/shower/wiki/MIT-License" | ||
} | ||
], | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -30,16 +25,16 @@ "shower", | ||
"dependencies": { | ||
"shower-bright": "^1.0.11", | ||
"shower-core": "^1.0.7", | ||
"shower-ribbon": "^1.0.11" | ||
"shower-bright": "^1.1.0", | ||
"shower-core": "^1.2.0", | ||
"shower-ribbon": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-bump": "0.0.15", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-compress": "^0.11.0", | ||
"grunt-contrib-copy": "^0.5.0", | ||
"grunt-gh-pages": "^0.9.1", | ||
"grunt-text-replace": "^0.3.12", | ||
"load-grunt-tasks": "^0.6.0" | ||
"grunt-bump": "0.6.0", | ||
"grunt-contrib-clean": "^0.7.0", | ||
"grunt-contrib-compress": "^0.14.0", | ||
"grunt-contrib-copy": "^0.8.2", | ||
"grunt-gh-pages": "^1.0.0", | ||
"grunt-text-replace": "^0.4.0", | ||
"load-grunt-tasks": "^3.3.0" | ||
} | ||
} |
# Shower HTML presentation engine | ||
Follow [@shower_me](https://twitter.com/shower_me) for support and updates | ||
Follow [@shower_me](https://twitter.com/shower_me) for support and updates. | ||
@@ -12,3 +12,3 @@ To see Shower in action: | ||
See [Wiki](https://github.com/shower/shower/wiki) for more information how to use Shower. | ||
See [Wiki](https://github.com/shower/shower/wiki) for more information about how to use Shower. | ||
@@ -34,3 +34,3 @@ ## Using Shower | ||
2. Link core and theme files in `node_modules` folder to your presentation file | ||
3. You’re probably know what to do next, it’s an advanced way. | ||
3. You probably know what to do next, it’s an advanced way | ||
@@ -37,0 +37,0 @@ **Note:** you can use `bower` instead of `npm` or `shower-bright` instead of `shower-ribbon` in command above to install Shower using Bower or get Bright theme. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
342573
Updatedshower-bright@^1.1.0
Updatedshower-core@^1.2.0
Updatedshower-ribbon@^1.1.0