Skip to content

Commit

Permalink
updated version to 1.0.9 : now go bower
Browse files Browse the repository at this point in the history
  • Loading branch information
MacKentoch committed Sep 9, 2015
1 parent c814d12 commit a503c22
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions bower.json
@@ -1,11 +1,20 @@
{
"name": "easy-form-generator",
"version": "1.0.8",
"authors": [
"Erwan DATIN (MacKentoch)"
"main": "dist/public/js/eda.stepway.js",
"version": "1.0.9",
"description": "create amazing forms without coding : form editor based on angular formly",
"keywords": [
"easy",
"form",
"generator",
"angular",
"formly"
],
"license": "MIT",
"main": "dist/public/js/eda.stepway.js",
"homepage": "https://github.com/MacKentoch/easyFormGenerator",
"authors": [
"Erwan DATIN (MacKentoch)"
],
"ignore": [
"**/.*",
"node_modules",
Expand Down Expand Up @@ -55,6 +64,5 @@
},
"devDependencies": {
"angular-mocks": "~1.4.1"
},
"homepage": "https://github.com/MacKentoch/easyFormGenerator"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "easy-form-generator",
"version": "1.0.8",
"version": "1.0.9",
"description": "create amazing forms without coding : form editor based on angular formly",
"scripts": {
"test": "echo \"Error: no test specified right now\" && exit 1"
Expand Down

0 comments on commit a503c22

Please sign in to comment.