Skip to content

Commit

Permalink
npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
soycode committed Feb 24, 2015
1 parent b253ff2 commit c7e527d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ applications. Current capabilities:
- fetch freedom.js (either regular or platform-specific flavors) from
npm, bower, or [freedomjs.org](http://freedomjs.org/)
- create appropriate freedom.js-specific boilerplate files for a
simple working demo application ([Counter]
(http://www.freedomjs.org/dist/freedom/latest/demo/counter/))
simple working demo application ([Counter](http://www.freedomjs.org/dist/freedom/latest/demo/counter/))
- Perform various optional tasks:
- Initiate a git repository with appropriate .gitignore
- Create a Gruntfile with some useful tasks (installing needed npm packages)
Expand All @@ -29,5 +28,5 @@ Planned features:
- Secondary generator to customize freedom app API (in manifest.json
file)
- Boilerplate for tests and test running
- Maybe more optional features/3rd party integration (make Git repo on
- Maybe more optional features/3rd party integration (make git repo on
GitHub, test running on 3rd party services, packaging/deploying app, etc.)
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "generator-freedom",
"version": "0.1.0",
"description": "Yeoman generator for freedom apps",
"version": "0.1.0",
"contributors": [
"Aaron Gallant <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/freedomjs/generator-freedom.git"
Expand Down

0 comments on commit c7e527d

Please sign in to comment.