Skip to content

Commit

Permalink
updated bower template
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellmb committed Jul 16, 2014
1 parent d553b57 commit bd3d824
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Step-by-step for creating a new micro-lib. A LOT will be done for you, but there
1. enable any build status notifications you want published.
1. enable publishing test coverage to code climate.
1. Writing unit tests for your code.
1. Implementing your micro library or framework.
1. Implement your micro library or framework.
1. Activate the repository in [Travis](https://travis-ci.org).
1. Push you *initial commit* to GitHub.
1. Activate the repository on [CodeClimate](https://codeclimate.com).
Expand Down
1 change: 1 addition & 0 deletions app/templates/_bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "<%= projName %>",
"version": "0.1.0",
"main": "<%= baseFileName %>.js",
"ignore": [
".editorconfig",
".gitattributes",
Expand Down
2 changes: 1 addition & 1 deletion app/templates/micro-tmpl.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###*
@file <%= projName %> is micro-library.
Scaffolded with <%= pkg.name %> v<%= pkg.version %>
Scaffolded with <%= pkg.name %>
@author <%= realname %> <<%= email %>>
###

Expand Down
2 changes: 1 addition & 1 deletion app/templates/micro-tmpl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file <%= projName %> is micro-library.
* Scaffolded with <%= pkg.name %> v<%= pkg.version %>
* Scaffolded with <%= pkg.name %>
* @author <%= realname %> <<%= email %>>
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-microjs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Scaffold out a micro library or framework using yeoman.",
"license": "MIT",
"repository": "daniellmb/generator-microjs",
Expand Down

0 comments on commit bd3d824

Please sign in to comment.