Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanscut committed Oct 25, 2019
1 parent ec7e1b5 commit a43f36c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
const path = require('path');
const pkg = require('../package.json');
const resolve = require('rollup-plugin-node-resolve');
// const commonjs = require('rollup-plugin-commonjs');
// const babel = require('rollup-plugin-babel');
// const json = require('rollup-plugin-json');


const banner = `/*
@license
Expand All @@ -23,7 +20,7 @@ module.exports = {
output: {
file: uniqResolve('../lib/index.js'),
format: 'umd',
name: 'crypto',
name: 'CryptoJS',
banner
}
}

0 comments on commit a43f36c

Please sign in to comment.