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

Commit

Permalink
Merge pull request #124 from millerscout/fix_packageJson
Browse files Browse the repository at this point in the history
fix the reference that is informed on package.json. thanks @k3v3v
  • Loading branch information
millerscout authored Mar 28, 2017
2 parents 1a47d2b + 71c1759 commit 5331690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-intro.js",
"version": "3.2.2",
"version": "3.2.3",
"main": "src/ng-intro.component.js",
"description": "Angular directive to wrap intro.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion build/angular-intro.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-intro.js",
"version": "3.2.2",
"version": "3.2.3",
"description": "Angular directive to wrap intro.js",
"main": "src/angular-intro.js",
"main": "src/ng-intro.component.js",
"types": "build/ng-intro.component.d.ts",
"directories": {
"example": "example"
Expand Down

0 comments on commit 5331690

Please sign in to comment.