Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit f0b936a

Browse files
authored
Merge pull request #75 from simison/patch-4
Fix package.json main pointing to minified version
2 parents 023fdc1 + 1d58ce0 commit f0b936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-confirm",
33
"version": "1.2.5",
44
"description": "Angular Confirm Modal",
5-
"main": "angular-confirm.min.js",
5+
"main": "angular-confirm.js",
66
"scripts": {
77
"test": "gulp test-unit"
88
},

0 commit comments

Comments
 (0)