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

Commit

Permalink
fixed an error where the bower.json was mapping to the old js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Marcos SS Jr committed Mar 28, 2017
1 parent 0a4b437 commit 932b59f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-intro.js",
"version": "3.2.0",
"main": "src/angular-intro.js",
"version": "3.2.2",
"main": "src/ng-intro.component.js",
"description": "Angular directive to wrap intro.js",
"license": "MIT",
"ignore": [
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-intro.js",
"version": "3.2.1",
"version": "3.2.2",
"description": "Angular directive to wrap intro.js",
"main": "src/angular-intro.js",
"types": "build/ng-intro.component.d.ts",
Expand Down

0 comments on commit 932b59f

Please sign in to comment.