diff --git a/.bumpedrc b/.bumpedrc index fca07a1..d07e158 100644 --- a/.bumpedrc +++ b/.bumpedrc @@ -14,7 +14,7 @@ plugins: 'Compiling browser version': plugin: 'bumped-terminal' - command: 'NODE_ENV=production gulp build' + command: 'npm run build' 'Generating CHANGELOG file': plugin: 'bumped-changelog' diff --git a/bower.json b/bower.json index d7884fe..86a94ac 100644 --- a/bower.json +++ b/bower.json @@ -14,12 +14,9 @@ "url": "https://github.com/Kikobeats/bloggy/issues" }, "keywords": [ - "elegant", + "brand", "ghost", - "minimalism", - "theme", - "uno", - "zen" + "theme" ], "dependencies": { "fastclick": "latest", diff --git a/package.json b/package.json index 5d6f2f6..1f28d9d 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,9 @@ "url": "https://github.com/Kikobeats/bloggy/issues" }, "keywords": [ - "Blog", - "Brand", - "Ghost", - "Theme" + "brand", + "ghost", + "theme" ], "dependencies": {}, "devDependencies": { @@ -47,7 +46,9 @@ "node": "^4.2.0" }, "scripts": { - "test": "sh test/test.sh" + "test": "sh test/test.sh", + "build": "NODE_ENV=production gulp build", + "start": "NODE_ENV=development gulp" }, "license": "MIT" }