We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69ff1e commit fba4f18Copy full SHA for fba4f18
index.js
@@ -0,0 +1,2 @@
1
+require('./dist/angular-input-modified');
2
+module.exports = 'ngInputModified';
package.json
@@ -4,7 +4,7 @@
4
"version": "2.3.1",
5
"homepage": "https://github.com/betsol/angular-input-modified",
6
"license": "MIT",
7
- "main": "dist/angular-input-modified.js",
+ "main": "index.js",
8
"devDependencies": {
9
"del": "~0",
10
"gulp": "~3",
0 commit comments