Skip to content

Commit

Permalink
add dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
David Meza committed Mar 15, 2016
1 parent 074b5f4 commit b810f73
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
18 changes: 10 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"name": "angular-tour-no-jquery",
"version": "0.3.0",
"name": "angular-tour",
"version": "0.2.5",
"description": "An AngularJS directive for showcasing features of your website",
"keywords": [
"angularjs",
"directive",
"angular",
"module"
"module",
"tour",
"walkthrough"
],
"homepage": "https://github.com/david-meza/angular-tour",
"bugs": "https://github.com/david-meza/angular-tour/issues",
"homepage": "https://github.com/DaftMonk/angular-tour",
"bugs": "https://github.com/DaftMonk/angular-tour/issues",
"author": {
"name": "David Meza",
"name": "Tyler Henkel",
"email": "",
"url": "https://github.com/david-meza"
"url": "https://github.com/DaftMonk"
},
"repository": {
"type": "git",
"url": "[email protected]:david-meza/angular-tour.git"
"url": "[email protected]:DaftMonk/angular-tour.git"
},
"main": [
"./dist/angular-tour-tpls.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-tour-tpls.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* An AngularJS directive for showcasing features of your website
* @version v0.3.0 - 2016-03-12
* @link https://github.com/david-meza/angular-tour
* @version v0.2.5 - 2016-03-15
* @link https://github.com/DaftMonk/angular-tour
* @author Tyler Henkel
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-tour.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* An AngularJS directive for showcasing features of your website
* @version v0.3.0 - 2016-03-12
* @link https://github.com/david-meza/angular-tour
* @version v0.2.5 - 2016-03-15
* @link https://github.com/DaftMonk/angular-tour
* @author Tyler Henkel
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"name": "angular-tour",
"version": "0.3.0",
"version": "0.2.5",
"description": "An AngularJS directive for showcasing features of your website",
"keywords": [
"angularjs",
"directive",
"angular",
"module"
"module",
"tour",
"walkthrough"
],
"homepage": "https://github.com/david-meza/angular-tour",
"bugs": "https://github.com/david-meza/angular-tour/issues",
"homepage": "https://github.com/DaftMonk/angular-tour",
"bugs": "https://github.com/DaftMonk/angular-tour/issues",
"author": {
"name": "David Meza",
"name": "Tyler Henkel",
"email": "",
"url": "https://github.com/david-meza"
"url": "https://github.com/DaftMonk"
},
"repository": {
"type": "git",
"url": "git@github.com:david-meza/angular-tour.git"
"url": "git://github.com/DaftMonk/angular-tour.git"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit b810f73

Please sign in to comment.