Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davej committed Jun 13, 2017
1 parent f64aca1 commit b214494
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/accord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pingy/accord",
"description": "A unified interface for compiled languages and templates in JavaScript",
"version": "0.28.0",
"version": "0.28.1",
"author": "Jeff Escalante",
"bugs": "https://github.com/jescalan/accord",
"dependencies": {
Expand Down
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.6.7",
"version": "0.6.8",
"description": "",
"main": "index.js",
"dependencies": {
"@pingy/export": "^4.0.4",
"@pingy/export": "^4.0.5",
"@pingy/instant": "^3.0.2",
"@pingy/middleware": "^3.1.5",
"@pingy/middleware": "^3.1.6",
"@pingy/scaffold": "^5.2.2",
"archy": "^1.0.0",
"chalk": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingy/compile",
"version": "6.1.5",
"version": "6.1.6",
"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 Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/davej/baby-tolk",
"dependencies": {
"@pingy/accord": "^0.28.0",
"@pingy/accord": "^0.28.1",
"app-module-path": "1.1.0",
"clean-css": "^3.4.18",
"html-minifier": "3.0.3",
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": "4.0.4",
"version": "4.0.5",
"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.1.5",
"@pingy/compile": "^6.1.6",
"checkdir": "^1.0.0",
"micromatch": "^2.3.11",
"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.1.5",
"version": "3.1.6",
"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.1.5",
"@pingy/compile": "^6.1.6",
"chokidar": "^1.6.0",
"csserror": "^2.0.2",
"jserror": "^1.0.0",
Expand Down

0 comments on commit b214494

Please sign in to comment.