Skip to content

Commit fba3bd1

Browse files
committed
change main proeprty of package.json to final build in dist folder, fixes dnauck#4
1 parent 3d58af7 commit fba3bd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 2.0.0 - unreleased
22
* Support to add search parameters and change search parameter's values via ng-model, fixed issue #7
3+
* change main proeprty of package.json to final build in dist folder, fixes #4
34

45
### 1.1.1 - 03 February 2015
56
* update README with latest changes to dist files in bower package

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-advanced-searchbox",
33
"version": "1.1.1",
44
"description": "A directive for AngularJS providing a advanced visual search box",
5-
"main": "src/angular-advanced-searchbox.js",
5+
"main": "dist/angular-advanced-searchbox-tpls.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/dnauck/angular-advanced-searchbox"

0 commit comments

Comments
 (0)