Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
d3-library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
MUR Drupal
d3-library
Commits
b5cd5634
Commit
b5cd5634
authored
Aug 15, 2016
by
Mike Bostock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable negate_iife.
parent
a92d40d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
package.json
package.json
+1
-1
No files found.
package.json
View file @
b5cd5634
...
...
@@ -26,7 +26,7 @@
"scripts"
:
{
"pretest"
:
"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node"
,
"test"
:
"tape 'test/**/*-test.js'"
,
"prepublish"
:
"npm run test && rollup -c --banner
\"
$(preamble)
\"
-f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble
\"
$(preamble)
\"
build/d3.js -c -m -o build/d3.min.js"
,
"prepublish"
:
"npm run test && rollup -c --banner
\"
$(preamble)
\"
-f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble
\"
$(preamble)
\"
build/d3.js -c
negate_iife=false
-m -o build/d3.min.js"
,
"postpublish"
:
"VERSION=`node -e 'console.log(require(
\"
./package.json
\"
).version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m
\"
d3 ${VERSION}
\"
&& git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m
\"
${VERSION}
\"
&& git tag -am
\"
${VERSION}
\"
v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"
},
"devDependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment