This website requires JavaScript.
Explore
Help
Register
Sign In
StardewValley
/
jsoneditor
Watch
1
Star
0
Fork
You've already forked jsoneditor
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
29fed7099f
jsoneditor
/
.babelrc
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Put new build script into place, update unit testing, changed license to MIT, merged css and image into the bundled js file
2016-08-14 03:15:52 +08:00
{
Created gulp task `compile-es5-lib` (WIP, not yet compiling less into css)
2017-01-02 03:08:10 +08:00
"presets": ["es2015", "stage-2"],
React API mostly working (WIP)
2016-12-22 19:08:32 +08:00
"plugins": ["transform-flow-strip-types"]
Put new build script into place, update unit testing, changed license to MIT, merged css and image into the bundled js file
2016-08-14 03:15:52 +08:00
}