This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Merge pull request
#890
from Gillingham/patch-1
Tell browserify to apply babelify transform
flowchartTest
Jos de Jong
9 years ago
parent
d6a2fab16c
3e1856950b
commit
d27ce7f76f
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
package.json
+ 3
- 0
package.json
View File
@ -52,5 +52,8 @@
"uglify-js"
:
"^2.4.20"
,
"uglify-js"
:
"^2.4.20"
,
"webpack"
:
"^1.8.5"
,
"webpack"
:
"^1.8.5"
,
"yargs"
:
"^3.7.2"
"yargs"
:
"^3.7.2"
}
,
"browserify"
:
{
"transform"
:
[
"babelify"
]
}
}
}
}
Write
Preview
Loading…
Cancel
Save