Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiip committed Feb 21, 2017
1 parent f603e4a commit e37f2ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-fountain-webapp",
"version": "1.0.0-rc2",
"version": "1.0.0",
"description": "Yeoman Fountain generator to scaffold a webapp with React or Angular written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma",
"homepage": "http://fountainjs.io/",
"repository": "fountainjs/generator-fountain-webapp",
Expand All @@ -26,11 +26,11 @@
},
"dependencies": {
"chalk": "^1.1.3",
"fountain-generator": "^1.0.0-rc2",
"generator-fountain-angular1": "^1.0.0-rc2",
"generator-fountain-angular2": "^1.0.0-rc2",
"generator-fountain-react": "^1.0.0-rc2",
"generator-fountain-vue": "^1.0.0-rc2",
"fountain-generator": "^1.0.0",
"generator-fountain-angular1": "^1.0.0",
"generator-fountain-angular2": "^1.0.0",
"generator-fountain-react": "^1.0.0",
"generator-fountain-vue": "^1.0.0",
"yosay": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e37f2ad

Please sign in to comment.