Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.
Merged
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
fix 'main' path in package.json
  • Loading branch information
j0hnsmith committed Jan 19, 2015
commit 101a552cc11f076beb98039cab6063feae338d0d
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-intro.js",
"version": "0.1.0",
"description": "Angular directive to wrap intro.js",
"main": "angular-intro.js",
"main": "src/angular-intro.js",
"directories": {
"example": "example",
"lib": "lib"
Expand Down