diff --git a/bower.json b/bower.json index 25150a7cf..d555e5841 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "grapesjs", "description": "Open source Web Template Editor", - "version": "0.3.0", + "version": "0.3.1", "author": "Artur Arseniev", "homepage": "http://grapesjs.com", "main": [ diff --git a/index.html b/index.html index 6fa4c56ac..05799d52f 100755 --- a/index.html +++ b/index.html @@ -13,9 +13,6 @@
-
diff --git a/package.json b/package.json index 845f130c7..b13cc18fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grapesjs", "description": "Open source Web Template Editor", - "version": "0.3.0", + "version": "0.3.1", "author": "Artur Arseniev", "license": "BSD-3-Clause", "homepage": "http://grapesjs.com", @@ -30,6 +30,7 @@ "grunt-mocha": "^0.4.15", "grunt-sass": "^1.1.0", "istanbul": "^0.4.2", + "bower": "^1.7.2", "node-sass": "^3.4.2", "svg2ttf": "^4.0.1", "ttf2eot": "^2.0.0", @@ -48,7 +49,7 @@ "editor" ], "scripts": { - "postinstall": "node ./node_modules/bower/bin/bower install --config.interactive=false", + "postinstall": "node ./node_modules/.bin/bower install --config.interactive=false", "build": "./node_modules/.bin/grunt build", "build:fonts": "./node_modules/.bin/grunt build:fonts", "test": "./node_modules/.bin/grunt test",