From a808d1b2a3cfe0b11914e266012e3eba0dda14a5 Mon Sep 17 00:00:00 2001 From: David Gofman Date: Tue, 13 Jun 2017 13:11:34 -0700 Subject: [PATCH] version 3.5.1 --- Gruntfile.js | 1 + bower.json | 1 - package.json | 7 ++++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index fc649b1..de41012 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -161,6 +161,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-less'); grunt.registerTask('default', ['less', 'uglify', 'ejs', 'copy']); + grunt.registerTask('static', ['less', 'uglify']); }; function babelCode(src) { diff --git a/bower.json b/bower.json index 492b041..415ab02 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "components", - "version": "3.5.0", "authors": [ "David Gofman " ], diff --git a/package.json b/package.json index aeb5478..0b63440 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "indigojs-components", - "version": "v3.2.1", + "version": "v3.5.1", "config": { - "old_tag": "v3.2.2", - "new_tag": "v3.2.3" + "old_tag": "v3.2.3", + "new_tag": "v3.5.1" }, "scripts": { "start": "node server.js", @@ -14,6 +14,7 @@ "win_remove_tag": "git push --delete origin %npm_package_config_old_tag% && git tag --delete %npm_package_config_old_tag%", "win_create_tag": "git tag %npm_package_config_new_tag% && git push origin --tags", "bower_register": "bower register indigojs-components https://github.com/dgofman/indigojs-components.git", + "bower_unregister": "bower unregister indigojs-components && bower cache clean", "postinstall": "grunt" }, "dependencies": {