Skip to content

Commit

Permalink
Add untranspiled major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Sep 23, 2019
1 parent 48bb475 commit 8bfddfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.2.1",
"description": "A polyfill for the proposed inert API",
"main": "dist/inert.js",
"module": "dist/inert.esm.js",
"module": "src/inert.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "SAUCE=true npm run test",
Expand Down
12 changes: 0 additions & 12 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ import {uglify} from 'rollup-plugin-uglify';
import babel from 'rollup-plugin-babel';

export default [
{
input: 'src/inert.js',
output: {
file: 'dist/inert.esm.js',
format: 'esm',
},
plugins: [
babel({
exclude: 'node_modules/**',
}),
],
},
{
input: 'src/inert.js',
output: {
Expand Down

0 comments on commit 8bfddfa

Please sign in to comment.