mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
set index to production build
This commit is contained in:
parent
e55d88a538
commit
d7d65fa67c
@ -9,9 +9,11 @@
|
||||
"author": "Guy Bedford",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"index-production.js",
|
||||
"index-dev.js"
|
||||
],
|
||||
"main": "dist/system.src.js",
|
||||
"main": "index-production.js",
|
||||
"devDependencies": {
|
||||
"bluebird": "^3.4.6",
|
||||
"es-module-loader": "ModuleLoader/es-module-loader#next",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user