Skip to content

Commit

Permalink
Merge pull request #30 from lebolo/master
Browse files Browse the repository at this point in the history
Fix package.json main attribute
  • Loading branch information
tannerlinsley committed May 27, 2016
2 parents 119c9bc + 2853640 commit b54dac9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "nz-tour",
"version": "1.0.2",
"description": "Touring and on-boarding made simple for AngularJS",
"main": [
"dist/nz-tour.min.js",
"dist/nz-tour.min.css"
],
"main": "dist/nz-tour.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
Expand All @@ -28,4 +25,4 @@
"gulp-uglifyjs": "^0.6.0",
"nib": "^1.1.0"
}
}
}

0 comments on commit b54dac9

Please sign in to comment.