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

Commit 1a47d2b

Browse files
authored
Merge pull request #123 from millerscout/fix-bower
fixed an error where the bower.json was mapping to the old js file.
2 parents 0a4b437 + 932b59f commit 1a47d2b

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.0",
4-
"main": "src/angular-intro.js",
3+
"version": "3.2.2",
4+
"main": "src/ng-intro.component.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.1",
3+
"version": "3.2.2",
44
"description": "Angular directive to wrap intro.js",
55
"main": "src/angular-intro.js",
66
"types": "build/ng-intro.component.d.ts",

0 commit comments

Comments
 (0)