Skip to content

Commit

Permalink
fixed typing generation on windows machines
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed May 28, 2019
1 parent a665452 commit 8c3f4b1
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 356 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"lerna": "3.14.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "cross-env NODE_ENV=test jest --no-cache --runInBand",
"lint": "eslint packages/*/src/**/*.js packages/*/test/**/*.js",
"lint:fix": "yarn lint --fix",
"prepublish": "yarn lint && yarn test && yarn build",
"install": "lerna bootstrap",
"prepublish": "lerna bootstrap",
"prepublishOnly": "yarn lint && yarn test && yarn build",
"clean": "lerna clean --yes && rimraf ./packages/*/lib node_modules",
"generateToc": "node scripts/generateToc.js"
},
Expand Down Expand Up @@ -41,6 +41,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"concurrently": "^3.5.1",
"copyfiles": "^2.1.0",
"cross-env": "^5.1.3",
"eslint": "^4.17.0",
"eslint-loader": "^2.0.0",
Expand All @@ -59,8 +60,7 @@
"rxjs": "^6.2.1",
"sinon": "^4.2.2",
"webpack": "^4.1.1",
"webpack-merge": "^4.1.1",
"copyfiles": "^2.1.0"
"webpack-merge": "^4.1.1"
},
"jest": {
"verbose": true,
Expand Down
269 changes: 0 additions & 269 deletions packages/redux-toolbelt-immutable-helpers/yarn.lock

This file was deleted.

8 changes: 0 additions & 8 deletions packages/redux-toolbelt-observable/yarn.lock

This file was deleted.

28 changes: 0 additions & 28 deletions packages/redux-toolbelt-saga/yarn.lock

This file was deleted.

27 changes: 0 additions & 27 deletions packages/redux-toolbelt-thunk/yarn.lock

This file was deleted.

2 changes: 1 addition & 1 deletion packages/redux-toolbelt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Async Actions helpers for redux-toolbelt",
"main": "lib/index.js",
"scripts": {
"build": "cross-env BABEL_ENV=build babel src --out-dir lib && copyfiles -f 'src/*.d.ts' lib"
"build": "cross-env BABEL_ENV=build babel src --out-dir lib && copyfiles -f \"src/*.d.ts\" lib"
},
"repository": "git+https://github.com/welldone-software/redux-toolbelt.git",
"authors": [
Expand Down
18 changes: 0 additions & 18 deletions packages/redux-toolbelt/yarn.lock

This file was deleted.

0 comments on commit 8c3f4b1

Please sign in to comment.