Skip to content

Commit

Permalink
version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgofman committed Jun 13, 2017
1 parent f9f8fbb commit a808d1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion bower.json
@@ -1,6 +1,5 @@
{
"name": "components",
"version": "3.5.0",
"authors": [
"David Gofman <dgofman@gmail.com>"
],
Expand Down
7 changes: 4 additions & 3 deletions 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",
Expand All @@ -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": {
Expand Down

0 comments on commit a808d1b

Please sign in to comment.