We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a33ac45 + aa667ae commit 8bca203Copy full SHA for 8bca203
index.js
@@ -0,0 +1,2 @@
1
+require('./dist/angular-filter.js');
2
+module.exports = 'angular.filter';
package.json
@@ -3,7 +3,7 @@
3
"description": "Bunch of useful filters for angularJS(with no external dependencies!)",
4
"version": "0.5.9",
5
"filename": "angular-filter.min.js",
6
- "main": "dist/angular-filter.min.js",
+ "main": "index.js",
7
"homepage": "https://github.com/a8m/angular-filter",
8
"author": "Ariel Mashraki <ariel@mashraki.co.il>",
9
"repository": {
0 commit comments