Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pingy/accord@0.29.0
 - @pingy/cli@0.10.0
 - @pingy/compile@6.2.5
 - @pingy/export@5.0.2
 - @pingy/init@7.0.0
 - @pingy/instant@3.2.1
 - @pingy/middleware@4.1.0
 - @pingy/scaffold-primitive@2.0.0
 - @pingy/scaffold@8.0.0
  • Loading branch information
davej committed Nov 14, 2017
1 parent cb8427c commit e7aea0c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 22 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.4",
"version": "0.29.0",
"author": "Jeff Escalante",
"bugs": "https://github.com/jescalan/accord",
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@pingy/cli",
"version": "0.9.5",
"version": "0.10.0",
"description": "",
"main": "index.js",
"dependencies": {
"@pingy/export": "^5.0.1",
"@pingy/init": "^6.0.1",
"@pingy/instant": "^3.2.0",
"@pingy/middleware": "^4.0.1",
"@pingy/scaffold": "^7.0.0",
"@pingy/scaffold-primitive": "^1.0.2",
"@pingy/export": "^5.0.2",
"@pingy/init": "^7.0.0",
"@pingy/instant": "^3.2.1",
"@pingy/middleware": "^4.1.0",
"@pingy/scaffold": "^8.0.0",
"@pingy/scaffold-primitive": "^2.0.0",
"autoprefixer": "^6.7.7",
"chalk": "^2.3.0",
"colors": "^1.1.2",
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.4",
"version": "6.2.5",
"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.4",
"@pingy/accord": "^0.29.0",
"app-module-path": "1.1.0",
"autoprefixer": "7.1.5",
"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": "5.0.1",
"version": "5.0.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.4",
"@pingy/compile": "^6.2.5",
"checkdir": "^1.0.0",
"micromatch": "^3.1.0",
"mkdirp": "^0.5.1",
Expand Down
7 changes: 3 additions & 4 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@pingy/init",
"version": "6.0.1",
"version": "7.0.0",
"description": "Initialize a project for use with Pingy CLI",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage":
"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"travis": "npm run coverage"
},
"engines": {
Expand All @@ -27,7 +26,7 @@
},
"homepage": "https://github.com/pingyhq/pingy-cli/tree/master/packages/init#readme",
"dependencies": {
"@pingy/scaffold-primitive": "^1.0.2",
"@pingy/scaffold-primitive": "^2.0.0",
"babel-polyfill": "^6.26.0",
"checkdir": "^1.1.0",
"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.2.0",
"version": "3.2.1",
"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": "4.0.1",
"version": "4.1.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.4",
"@pingy/compile": "^6.2.5",
"csserror": "^2.0.2",
"fs-extra": "^4.0.2",
"is-absolute": "^1.0.0",
Expand All @@ -31,7 +31,7 @@
"upath": "^1.0.0"
},
"devDependencies": {
"@pingy/instant": "^3.2.0",
"@pingy/instant": "^3.2.1",
"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.2",
"version": "2.0.0",
"description": "Lower-level lib that allows you to scaffold a project for use with Pingy CLI",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scaffold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingy/scaffold",
"version": "7.0.0",
"version": "8.0.0",
"description": "Scaffold a Pingy project from Github or local filesystem",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e7aea0c

Please sign in to comment.