Skip to content

Commit 738b813

Browse files
Arthur AgombartArthur Agombart
authored andcommitted
fix(*): name of dist file
1 parent 542c659 commit 738b813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-input-tags",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "AngularJS Component for input tags",
55
"author": {
66
"name": "Arthur Agombart",
@@ -22,7 +22,7 @@
2222
"bugs": {
2323
"url": "https://github.com/heyprof/angularjs-tags-dropdown/issues"
2424
},
25-
"main": "dist/input-tags.component.js",
25+
"main": "dist/input-tags.js",
2626
"scripts": {
2727
"build": "webpack",
2828
"start": "webpack-serve --config webpack.config.js",

0 commit comments

Comments
 (0)