Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed an error where the bower.json was mapping to the old js file.
  • Loading branch information
Antonio Marcos SS Jr committed Mar 28, 2017
commit 932b59f93747651ae1a74499c6f0de42744cadb5
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