Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pingy/accord@0.28.4
 - @pingy/cli@0.9.2
 - @pingy/compile@6.2.2
 - @pingy/export@4.1.2
 - @pingy/instant@3.1.4
 - @pingy/middleware@3.2.4
 - @pingy/scaffold-primitive@1.0.1
 - @pingy/scaffold@6.0.0
  • Loading branch information
davej committed Oct 6, 2017
1 parent 13ce93c commit c33edd4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.3",
"version": "0.28.4",
"author": "Jeff Escalante",
"bugs": "https://github.com/jescalan/accord",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@pingy/cli",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"main": "index.js",
"dependencies": {
"@pingy/export": "^4.1.1",
"@pingy/instant": "^3.1.3",
"@pingy/middleware": "^3.2.3",
"@pingy/scaffold": "^5.2.4",
"@pingy/export": "^4.1.2",
"@pingy/instant": "^3.1.4",
"@pingy/middleware": "^3.2.4",
"@pingy/scaffold": "^6.0.0",
"autoprefixer": "^6.7.7",
"chalk": "^1.1.3",
"commander": "^2.9.0",
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.2.1",
"version": "6.2.2",
"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.3",
"@pingy/accord": "^0.28.4",
"app-module-path": "1.1.0",
"autoprefixer": "7.0.1",
"clean-css": "^3.4.18",
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.1.1",
"version": "4.1.2",
"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.1",
"@pingy/compile": "^6.2.2",
"checkdir": "^1.0.0",
"micromatch": "^2.3.11",
"mkdirp": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/instant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pingy/instant",
"private": false,
"version": "3.1.3",
"version": "3.1.4",
"main": "lib",
"author": "Felix Gnass <fgnass@gmail.com>",
"description": "drop-in replacement for connect.static with live-reload support",
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "3.2.4",
"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.1",
"@pingy/compile": "^6.2.2",
"chokidar": "^1.6.0",
"csserror": "^2.0.2",
"jserror": "^1.0.0",
Expand All @@ -31,7 +31,7 @@
"when": "^3.7.3"
},
"devDependencies": {
"@pingy/instant": "^3.1.3",
"@pingy/instant": "^3.1.4",
"coffee-script": "^1.10.0",
"connect": "^3.4.0",
"express": "^4.13.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/scaffold-primitive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingy/scaffold-primitive",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lower-level lib that allows you to scaffold a project for use with Pingy CLI",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/scaffold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingy/scaffold",
"version": "5.2.4",
"version": "6.0.0",
"description": "Bootstrap/Scaffold a project for use with Piggy in the Middle and Baconize",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/davej/barnyard#readme",
"dependencies": {
"@pingy/scaffold-primitive": "^1.0.0",
"@pingy/scaffold-primitive": "^1.0.1",
"babel-polyfill": "^6.16.0",
"checkdir": "^1.1.0",
"deep-extend": "^0.4.1",
Expand Down

0 comments on commit c33edd4

Please sign in to comment.