Browse Source

Update bower install

pull/36/head
Artur Arseniev 10 years ago
parent
commit
b4c5d6f63e
  1. 2
      bower.json
  2. 3
      index.html
  3. 5
      package.json

2
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": [

3
index.html

@ -13,9 +13,6 @@
<body>
<div id="gjs" style="height:0px; overflow:hidden">
<style>
</style>
<header class="header-banner">
<div class="container-width">
<div class="logo-container">

5
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",

Loading…
Cancel
Save