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 2f482fc + ba0d5b1 commit 3290a66Copy full SHA for 3290a66
index.js
@@ -0,0 +1,2 @@
1
+require('./dist/angular');
2
+module.exports = angular;
package.json
@@ -2,7 +2,7 @@
"name": "angularjs-ie8-build",
3
"version": "1.4.0",
4
"description": "A build of AngularJS 1.4 with polyfils and some changes to bring back IE8 compatibilty",
5
- "main": "dist/angular.js",
+ "main": "index.js",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/fergaldoyle/angular.js-ie8-builds.git"
0 commit comments