Skip to content

Commit

Permalink
Happy fasting!
Browse files Browse the repository at this point in the history
  • Loading branch information
hariadi committed Jul 19, 2013
1 parent 8b7ca9c commit 9231e64
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 75 deletions.
10 changes: 9 additions & 1 deletion .gitattributes
@@ -1 +1,9 @@
* text=auto
# Set default behaviour, in case users don't have core.autocrlf set.
* text=lf
* text eol=lf
*.* eol=lf

*.jpg binary
*.gif binary
*.png binary
*.jpeg binary
13 changes: 0 additions & 13 deletions .jshintrc

This file was deleted.

34 changes: 0 additions & 34 deletions Gruntfile.js

This file was deleted.

20 changes: 0 additions & 20 deletions LICENSE

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
@@ -1,4 +1,4 @@
# Generator assemble [![Build Status](https://travis-ci.org/hariadi/generator-assemble.png)](https://travis-ci.org/hariadi/generator-assemble)
# Assemble generator [![Build Status](https://travis-ci.org/hariadi/generator-assemble.png)](https://travis-ci.org/hariadi/generator-assemble)

> [Yeoman][yeoman] generator for [Assemble][assemble].
Expand All @@ -17,7 +17,6 @@
yo assemble [--skip-install] [--silent]
```


## Options

* `--skip-install` or just `-s`
Expand Down
6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -30,11 +30,7 @@
"yeoman-generator": "~0.12.3"
},
"devDependencies": {
"assemble": "~0.4.1",
"mocha": "~1.12.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0"
"mocha": "~1.12.0"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 9231e64

Please sign in to comment.