Skip to content

Commit

Permalink
initial starting file easier for webpack/angular builds supporting es…
Browse files Browse the repository at this point in the history
…6 import/export syntax
  • Loading branch information
pawelgorka committed Oct 22, 2015
1 parent 345ae6b commit ce632e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./src/angular-environment');
module.exports = 'environment';
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "angular-environment",
"version": "1.0.3",
"description": "AngujarJS Environment Plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/juanpablob/angular-environment.git"
Expand Down

0 comments on commit ce632e2

Please sign in to comment.