Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PavelVanecek/gulp-este
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Jollor/gulp-este
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 10 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2017

  1. upgraded to newer jsom that runs in node 8

    David Beneš committed Nov 3, 2017
    Copy the full SHA
    9998e44 View commit details

Commits on Jan 22, 2018

  1. updated deps

    David Beneš committed Jan 22, 2018
    Copy the full SHA
    d585bf9 View commit details
  2. updated deps

    David Beneš committed Jan 22, 2018
    Copy the full SHA
    d99dcee View commit details
  3. updated deps

    David Beneš committed Jan 22, 2018
    Copy the full SHA
    897d4d7 View commit details

Commits on Jan 27, 2021

  1. Copy the full SHA
    cc7edbc View commit details

Commits on Jan 29, 2021

  1. upgraded gulp

    david-benes committed Jan 29, 2021
    Copy the full SHA
    b33e4ba View commit details

Commits on Feb 12, 2021

  1. Revert "upgraded gulp"

    This reverts commit b33e4ba
    david-benes committed Feb 12, 2021
    Copy the full SHA
    d16ceb8 View commit details

Commits on Jun 28, 2021

  1. use forked version of gulp-coffee2closure

    David Beneš committed Jun 28, 2021
    Copy the full SHA
    48f2177 View commit details

Commits on Jul 8, 2022

  1. updated deps

    David Beneš committed Jul 8, 2022
    Copy the full SHA
    09de8d9 View commit details

Commits on Jul 11, 2022

  1. updated deps

    David Beneš committed Jul 11, 2022
    Copy the full SHA
    e05faf5 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "coffee -c tasks/ index.coffee",
"install": "coffee -c tasks/ index.coffee",
"clean": "rm tasks/*.js index.js",
"test": "gulp test"
},
@@ -44,6 +44,7 @@
],
"dependencies": {
"chai": "^1.9.1",
"coffee-script": "~1.8.0",
"este-watch": "^0.1.0",
"event-stream": "^3.1.2",
"gulp": "^3.6.1",
@@ -66,17 +67,16 @@
"gulp-size": "^1.1.0",
"gulp-stylus": "^1.3.3",
"gulp-util": "^3.0.0",
"jsdom": "^2.0.0",
"jsdom": "^4.0.0",
"lodash": "^2.4.1",
"nodejs-externs": "^0.10.0",
"nodejs-externs": "Jollor/nodejs-externs.git",
"open": "0.0.5",
"q": "^1.0.1",
"react": "^0.12.1",
"require-uncache": "0.0.2",
"sinon": "^1.9.1"
},
"devDependencies": {
"coffee-script": "~1.8.0",
"yargs": "^1.2.1"
}
}