File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "author" :
" Wouter van Boesschoten <[email protected] >" ,
3- "name" : " localCookies " ,
4- "version" : " 0.0.1 " ,
3+ "name" : " localCookie " ,
4+ "version" : " 1.1.0 " ,
55 "license" : " apache" ,
6- "main" : " index.js" ,
6+ "main" : " src/localCookie.js" ,
7+ "module" : " module/localCookie.js" ,
8+ "browser" : " dist/localCookie.js" ,
79 "scripts" : {
810 "build" : " rollup -c rollup.config.js" ,
911 "watch" : " rollup -c rollup.config.js --watch" ,
Original file line number Diff line number Diff line change 11import babel from 'rollup-plugin-babel'
22import resolve from 'rollup-plugin-node-resolve'
33import commonjs from 'rollup-plugin-commonjs'
4- //import { uglify } from 'rollup-plugin-uglify'
54import uglify from 'rollup-plugin-uglify-es' ;
65import peerDepsExternal from 'rollup-plugin-peer-deps-external'
76
You can’t perform that action at this time.
0 commit comments