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

Commit 5331690

Browse files
authored
Merge pull request #124 from millerscout/fix_packageJson
fix the reference that is informed on package.json. thanks @k3v3v
2 parents 1a47d2b + 71c1759 commit 5331690

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.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.2",
3+
"version": "3.2.3",
44
"main": "src/ng-intro.component.js",
55
"description": "Angular directive to wrap intro.js",
66
"license": "MIT",

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "angular-intro.js",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Angular directive to wrap intro.js",
5-
"main": "src/angular-intro.js",
5+
"main": "src/ng-intro.component.js",
66
"types": "build/ng-intro.component.d.ts",
77
"directories": {
88
"example": "example"

0 commit comments

Comments
 (0)