Skip to content

Commit 731edd2

Browse files
Arthur AgombartArthur Agombart
authored andcommitted
fix file dist path.
bump 1.2.2
1 parent 9794647 commit 731edd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-birthday",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "AngularJS Component for birthday selector",
55
"author": {
66
"name": "Arthur Agombart",
@@ -23,7 +23,7 @@
2323
"bugs": {
2424
"url": "https://github.com/heyprof/angularjs-input-birthday/issues"
2525
},
26-
"main": "dist/angularjs-input-birthday.js",
26+
"main": "dist/input-birthday.js",
2727
"scripts": {
2828
"build": "webpack",
2929
"start": "webpack-serve --config webpack.config.js",

0 commit comments

Comments
 (0)