Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pingy/cli@0.9.4
 - @pingy/compile@6.2.4
 - @pingy/export@5.0.1
 - @pingy/middleware@4.0.0
  • Loading branch information
davej committed Oct 26, 2017
1 parent bb656e1 commit 4d07411
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@pingy/cli",
"version": "0.9.3",
"version": "0.9.4",
"description": "",
"main": "index.js",
"dependencies": {
"@pingy/export": "^5.0.0",
"@pingy/export": "^5.0.1",
"@pingy/instant": "^3.1.4",
"@pingy/middleware": "^3.2.5",
"@pingy/middleware": "^4.0.0",
"@pingy/scaffold": "^6.0.1",
"autoprefixer": "^7.1.5",
"chalk": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingy/compile",
"version": "6.2.3",
"version": "6.2.4",
"description": "A file reader that promises to translate non-web assets to web assets given the available transpilers, sourcemaps and all",
"main": "lib/baby-tolk.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingy/export",
"version": "5.0.0",
"version": "5.0.1",
"description": "Compile static site for production (with sourcemaps), auto-compiles files like `app.coffee -> app.js`",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/davej/baconize.git"
},
"dependencies": {
"@pingy/compile": "^6.2.3",
"@pingy/compile": "^6.2.4",
"checkdir": "^1.0.0",
"micromatch": "^3.1.0",
"mkdirp": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingy/middleware",
"version": "3.2.5",
"version": "4.0.0",
"description": "Express/Connect middleware for transpiling to html/css/js on-the-fly",
"main": "lib/middleware.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/davej/piggy-in-the-middle.git"
},
"dependencies": {
"@pingy/compile": "^6.2.3",
"@pingy/compile": "^6.2.4",
"csserror": "^2.0.2",
"fs-extra": "^4.0.2",
"is-absolute": "^1.0.0",
Expand Down

0 comments on commit 4d07411

Please # to comment.