Skip to content

Commit

Permalink
Bugfix: Typescript definitions can now be copied over on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan McAfee authored and Ryan McAfee committed Sep 28, 2016
1 parent 7c39493 commit ee6f0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run",
"tsd": "cpx './components/**/*.d.ts' ./lib"
"tsd": "cpx \"./components/**/*.d.ts\" ./lib"
},
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit ee6f0d7

Please sign in to comment.