-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(generators): use @nivo/generators instead of nivo-generators
- Loading branch information
Raphaël Benitte
committed
Dec 5, 2017
1 parent
ef2ae7b
commit a055d0e
Showing
36 changed files
with
522 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,3 @@ | ||
{ | ||
"plugins": [ | ||
[ | ||
"transform-es2015-template-literals", | ||
{ | ||
"loose": true | ||
} | ||
], | ||
"transform-es2015-literals", | ||
"transform-es2015-function-name", | ||
"transform-es2015-arrow-functions", | ||
"transform-es2015-block-scoped-functions", | ||
"transform-es2015-shorthand-properties", | ||
[ | ||
"transform-es2015-computed-properties", | ||
{ | ||
"loose": true | ||
} | ||
], | ||
"check-es2015-constants", | ||
[ | ||
"transform-es2015-spread", | ||
{ | ||
"loose": true | ||
} | ||
], | ||
"transform-es2015-parameters", | ||
[ | ||
"transform-es2015-destructuring", | ||
{ | ||
"loose": true | ||
} | ||
], | ||
"transform-es2015-block-scoping", | ||
"transform-object-rest-spread" | ||
], | ||
"env": { | ||
"commonjs": { | ||
"plugins": [ | ||
[ | ||
"transform-es2015-modules-commonjs", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
] | ||
} | ||
} | ||
"presets": ["@nivo/babel-preset"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
], | ||
"description": "Data generators used for nivo-website and http API samples", | ||
"author": "Raphaël Benitte <[email protected]>", | ||
"main": "./lib/generators.js", | ||
"module": "es/generators.js", | ||
"jsnext:main": "es/generators.js", | ||
"main": "./lib/index.js", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"engines": { | ||
"node": ">=6.0.0", | ||
"npm": ">=3.0.0" | ||
|
Oops, something went wrong.