Skip to content

Commit 3290a66

Browse files
committed
Merge pull request #22 from legend80s/commonjsify
Commonjsify
2 parents 2f482fc + ba0d5b1 commit 3290a66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require('./dist/angular');
2+
module.exports = angular;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angularjs-ie8-build",
33
"version": "1.4.0",
44
"description": "A build of AngularJS 1.4 with polyfils and some changes to bring back IE8 compatibilty",
5-
"main": "dist/angular.js",
5+
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/fergaldoyle/angular.js-ie8-builds.git"

0 commit comments

Comments
 (0)