[Pkg-javascript-commits] [pdf.js] 340/414: Specifies package format for jspm.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 28 17:12:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 38c41d86c65a66fa1db4a1162618a0f2ad409d72
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Thu Apr 7 11:52:56 2016 -0500
Specifies package format for jspm.
---
make.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/make.js b/make.js
index 9546925..1f6c924 100644
--- a/make.js
+++ b/make.js
@@ -337,6 +337,7 @@ target.dist = function() {
'./build/pdf.worker.js': false,
'node-ensure': false
},
+ format: 'amd', // to not allow system.js to choose 'cjs'
repository: {
type: 'git',
url: DIST_REPO_URL
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list