lorem-ipsum
Advanced tools
Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7
{ | ||
"name": "lorem-ipsum", | ||
"version": "2.0.0-alpha.6", | ||
"version": "2.0.0-alpha.7", | ||
"description": "Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.", | ||
@@ -5,0 +5,0 @@ "author": "Nickolas Kenyeres <nkenyeres@gmail.com> (http://knicklabs.github.com)", |
@@ -18,3 +18,3 @@ # lorem-ipsum | ||
``` | ||
npm i lorem-ipsum@2.0.0-alpha.5 | ||
npm i lorem-ipsum@2.0.0-alpha.7 | ||
``` | ||
@@ -21,0 +21,0 @@ |
@@ -21,2 +21,4 @@ const CleanWebpackPlugin = require("clean-webpack-plugin"); | ||
filename: "[name].js", | ||
library: "loremIpsum", | ||
libraryTarget: "umd", | ||
}, | ||
@@ -53,3 +55,3 @@ | ||
}, | ||
devtool: 'source-map', | ||
devtool: 'inline-source-map', | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
292269
3797
52