Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit f78c644

Browse files
authored
fixed a issue for those working with bower.json.
now i'm setting the main file as "build\angular-intro.min.js"
2 parents e005e6b + 50c2bbd commit f78c644

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-intro.js",
3-
"version": "3.2.3",
4-
"main": "src/ng-intro.component.js",
3+
"version": "3.2.4",
4+
"main": "build/angular-intro.min.js",
55
"description": "Angular directive to wrap intro.js",
66
"license": "MIT",
77
"ignore": [

build/angular-intro.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-intro.js",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "Angular directive to wrap intro.js",
55
"main": "src/ng-intro.component.js",
66
"types": "build/ng-intro.component.d.ts",

0 commit comments

Comments
 (0)