Skip to content

Commit 7ce0f2c

Browse files
committed
Merge pull request #4 from pawelgorka/master
main file, easier for webpack/angular builds supporting es6 import/export syntax
2 parents 345ae6b + ce632e2 commit 7ce0f2c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

index.js

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "angular-environment",
33
"version": "1.0.3",
44
"description": "AngujarJS Environment Plugin",
5+
"main": "index.js",
56
"repository": {
67
"type": "git",
78
"url": "git+https://github.com/juanpablob/angular-environment.git"

0 commit comments

Comments
 (0)