Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Aug 14, 2019
1 parent 2a8d896 commit 3f0bd2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = function(grunt) {
dest: '/', dest: '/',
filter: function(path) { filter: function(path) {
if (/^simple-bootstrap.zip$/.test(path) || if (/^simple-bootstrap.zip$/.test(path) ||
/^node_modules\b\/?/.test(path) /^node_modules\b\/?/.test(path) ||
/^.sass-cache\/?/.test(path)
) { ) {
return false; return false;
} }
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "simple-bootstrap", "name": "simple-bootstrap",
"version": "2.0.0", "version": "2.0.1",
"description": "Basic Wordpress theme using Boostrap. Built to be very clean.", "description": "Basic Wordpress theme using Boostrap. Built to be very clean.",
"main": "Gruntfile.js", "main": "Gruntfile.js",
"dependencies": { "dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scss/style.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://nicolas-van.github.io/wordpress-simple-bootstrap/
Description: Simple and clean Wordpress theme mostly aimed as a starting point for developers to build their own themes using Bootstrap Description: Simple and clean Wordpress theme mostly aimed as a starting point for developers to build their own themes using Bootstrap
Author: Nicolas Vanhoren Author: Nicolas Vanhoren
Author URI: https://github.com/nicolas-van Author URI: https://github.com/nicolas-van
Version: 2.0.0 Version: 2.0.1
Text Domain: simple-bootstrap Text Domain: simple-bootstrap
License: MIT License: MIT
License URI: http://opensource.org/licenses/MIT License URI: http://opensource.org/licenses/MIT
Expand Down

0 comments on commit 3f0bd2f

Please sign in to comment.