@politico/graphics-kit
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@politico/graphics-kit", | ||
"version": "0.0.3", | ||
"main": "src/index.js", | ||
"module": "src/index.js", | ||
"version": "0.0.4", | ||
"main": "dist/index.mjs", | ||
"module": "dist/index.mjs", | ||
"repository": "git@github.com:The-Politico/politico-graphics-kit.git", | ||
@@ -7,0 +7,0 @@ "author": "Jon McClure <jmcclure@politico.com>", |
@@ -5,2 +5,4 @@ ![](https://www.politico.com/interactives/cdn/images/badge.svg) | ||
[![npm version](https://badge.fury.io/js/%40politico%2Fgraphics-kit.svg)](https://badge.fury.io/js/%40politico%2Fgraphics-kit) | ||
### Install | ||
@@ -7,0 +9,0 @@ |
@@ -11,12 +11,5 @@ import alias from 'rollup-plugin-alias'; | ||
comments: false, | ||
// presets: [ | ||
// ['@babel/preset-env', { | ||
// modules: false, | ||
// targets: { esmodules: true }, | ||
// }], | ||
// '@babel/preset-react', | ||
// ], | ||
// plugins: [ | ||
// '@babel/proposal-class-properties', | ||
// ], | ||
plugins: [ | ||
'@babel/proposal-class-properties', | ||
], | ||
}; | ||
@@ -23,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42
148785
276