Skip to content

Commit

Permalink
πŸ“¦ 1.3.0
Browse files Browse the repository at this point in the history
__Changes:__

- πŸ”§ Fix for #13 β€” Ask user to prompt overwriting output directory, thanks to @matikucharski
- ✨ Added `-y` `--yci`  β€” Flags to skip prompt and warnings
- 🀝 Compatibility with `[email protected]`
  • Loading branch information
dr-dimitru committed Oct 22, 2022
1 parent e2e300d commit 0c4d044
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 8 deletions.
86 changes: 82 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'frozeman:build-client',
summary: 'Placeholder package for meteor-build-client (npm). Do not install!',
version: '1.2.2',
version: '1.3.0',
git: 'https://github.com/frozeman/meteor-build-client'
});

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-build-client",
"version": "1.2.2",
"version": "1.3.0",
"description": "Meteor bundler for the client part of an app.",
"author": "Fabian Vogelsteller <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -39,9 +39,10 @@
"dependencies": {
"bluebird": "^3.7.2",
"buffered-spawn": "^3.3.2",
"commander": "^6.2.0",
"commander": "^6.2.1",
"fs-extra": "^9.1.0",
"underscore": "^1.12.0"
"prompt": "^1.3.0",
"underscore": "^1.13.6"
},
"devDependencies": {}
}

0 comments on commit 0c4d044

Please sign in to comment.