Skip to content

Commit

Permalink
Remove browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 22, 2017
1 parent b4a0c61 commit f69bb73
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 121 deletions.
3 changes: 1 addition & 2 deletions .bumpedrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
files: [
'package.json'
'bower.json'
]

plugins:
Expand All @@ -21,7 +20,7 @@ plugins:

'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md bower.json package.json dist && git commit -m "Release $newVersion"'
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'

'Detecting problem before publish':
plugin: 'bumped-terminal'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![NPM Status](http://img.shields.io/npm/dm/acho.svg?style=flat-square)](https://www.npmjs.org/package/acho)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/kikobeats)

> Simple & hackable log system for NodeJS/Browser.
> Simple & hackable log system for NodeJS.
# Why

Expand Down
33 changes: 0 additions & 33 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acho",
"description": "Simple & hackable log system for NodeJS/Browser.",
"description": "Simple & hackable log system for NodeJS.",
"version": "1.0.6",
"main": "dist/acho.js"
}
7 changes: 0 additions & 7 deletions dist/acho.js

This file was deleted.

15 changes: 0 additions & 15 deletions dist/example.html

This file was deleted.

52 changes: 0 additions & 52 deletions gulpfile.coffee

This file was deleted.

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acho",
"description": "Simple & hackable log system for NodeJS/Browser.",
"description": "Simple & hackable log system for NodeJS.",
"homepage": "https://github.com/achohq/acho",
"version": "3.2.1",
"main": "./index.js",
Expand Down Expand Up @@ -33,23 +33,14 @@
},
"devDependencies": {
"acho-skin-cli": "latest",
"browserify": "latest",
"coffeeify": "latest",
"coveralls": "latest",
"date-utils": "latest",
"git-dirty": "latest",
"gulp": "latest",
"gulp-header": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"mocha": "latest",
"nyc": "latest",
"set-dateout": "latest",
"should": "latest",
"standard": "latest",
"titleize": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit f69bb73

Please sign in to comment.