Skip to content

Commit fba4f18

Browse files
author
Slava Fomin II
committed
Added support for Common.js
1 parent b69ff1e commit fba4f18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require('./dist/angular-input-modified');
2+
module.exports = 'ngInputModified';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.3.1",
55
"homepage": "https://github.com/betsol/angular-input-modified",
66
"license": "MIT",
7-
"main": "dist/angular-input-modified.js",
7+
"main": "index.js",
88
"devDependencies": {
99
"del": "~0",
1010
"gulp": "~3",

0 commit comments

Comments
 (0)