Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "flat-er", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Flattens nested js objects to one level", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"cond-install": "if [ ! -d node_modules ]; then npm i; fi;", | ||
"build": "npm run cond-install && npx webpack --mode production", | ||
"build": "npm run cond-install && npx webpack --mode production && sudo cp src/index.d.ts dist/index.d.ts", | ||
"preversion": "npm run clean && npm test", | ||
@@ -34,3 +34,2 @@ "postversion": "git add . && git commit --amend && git push" | ||
"devDependencies": { | ||
"jest": "^26.0.1", | ||
"@babel/core": "^7.9.6", | ||
@@ -41,2 +40,4 @@ "@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"babel-loader": "^8.1.0", | ||
"jest": "^26.0.1", | ||
"raw-loader": "^4.0.1", | ||
"webpack": "^4.43.0", | ||
@@ -43,0 +44,0 @@ "webpack-cli": "^3.3.11", |
8847
5
10