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 46cbb2a + 6f86aff commit 7cb1e23Copy full SHA for 7cb1e23
index.js
@@ -0,0 +1,2 @@
1
+require('./dist/angular-gettext.js');
2
+module.exports = 'gettext';
package.json
@@ -3,7 +3,7 @@
3
"version": "2.3.7",
4
"title": "Angular Gettext",
5
"description": "Gettext support for Angular.js",
6
- "main": "dist/angular-gettext.js",
+ "main": "index.js",
7
"directories": {
8
"test": "test"
9
},
0 commit comments