Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "pg-mem", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A memory version of postgres", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"build": "rimraf lib && webpack --config webpack.config.js --prod", | ||
"release": "npm run build && npm publish lib", | ||
"release": "npm run build && cp -r src lib/src && npm publish lib", | ||
"start:playground": "webpack-dev-server --hot --config playground.webpack.config.js", | ||
@@ -12,0 +12,0 @@ "build:playground": "webpack --config playground.webpack.config.js --prod", |
Sorry, the diff of this file is not supported yet
1616830
218
22868