Skip to content

Commit b810f73

Browse files
author
David Meza
committed
add dist build
1 parent 074b5f4 commit b810f73

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

bower.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
2-
"name": "angular-tour-no-jquery",
3-
"version": "0.3.0",
2+
"name": "angular-tour",
3+
"version": "0.2.5",
44
"description": "An AngularJS directive for showcasing features of your website",
55
"keywords": [
66
"angularjs",
77
"directive",
88
"angular",
9-
"module"
9+
"module",
10+
"tour",
11+
"walkthrough"
1012
],
11-
"homepage": "https://github.com/david-meza/angular-tour",
12-
"bugs": "https://github.com/david-meza/angular-tour/issues",
13+
"homepage": "https://github.com/DaftMonk/angular-tour",
14+
"bugs": "https://github.com/DaftMonk/angular-tour/issues",
1315
"author": {
14-
"name": "David Meza",
16+
"name": "Tyler Henkel",
1517
"email": "",
16-
"url": "https://github.com/david-meza"
18+
"url": "https://github.com/DaftMonk"
1719
},
1820
"repository": {
1921
"type": "git",
20-
"url": "[email protected]:david-meza/angular-tour.git"
22+
"url": "[email protected]:DaftMonk/angular-tour.git"
2123
},
2224
"main": [
2325
"./dist/angular-tour-tpls.js",

dist/angular-tour-tpls.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* An AngularJS directive for showcasing features of your website
3-
* @version v0.3.0 - 2016-03-12
4-
* @link https://github.com/david-meza/angular-tour
3+
* @version v0.2.5 - 2016-03-15
4+
* @link https://github.com/DaftMonk/angular-tour
55
* @author Tyler Henkel
66
* @license MIT License, http://www.opensource.org/licenses/MIT
77
*/

dist/angular-tour.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* An AngularJS directive for showcasing features of your website
3-
* @version v0.3.0 - 2016-03-12
4-
* @link https://github.com/david-meza/angular-tour
3+
* @version v0.2.5 - 2016-03-15
4+
* @link https://github.com/DaftMonk/angular-tour
55
* @author Tyler Henkel
66
* @license MIT License, http://www.opensource.org/licenses/MIT
77
*/

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
22
"name": "angular-tour",
3-
"version": "0.3.0",
3+
"version": "0.2.5",
44
"description": "An AngularJS directive for showcasing features of your website",
55
"keywords": [
66
"angularjs",
77
"directive",
88
"angular",
9-
"module"
9+
"module",
10+
"tour",
11+
"walkthrough"
1012
],
11-
"homepage": "https://github.com/david-meza/angular-tour",
12-
"bugs": "https://github.com/david-meza/angular-tour/issues",
13+
"homepage": "https://github.com/DaftMonk/angular-tour",
14+
"bugs": "https://github.com/DaftMonk/angular-tour/issues",
1315
"author": {
14-
"name": "David Meza",
16+
"name": "Tyler Henkel",
1517
"email": "",
16-
"url": "https://github.com/david-meza"
18+
"url": "https://github.com/DaftMonk"
1719
},
1820
"repository": {
1921
"type": "git",
20-
"url": "git@github.com:david-meza/angular-tour.git"
22+
"url": "git://github.com/DaftMonk/angular-tour.git"
2123
},
2224
"dependencies": {},
2325
"devDependencies": {

0 commit comments

Comments
 (0)