Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"concat-stream": "^1.6.0",
"color-support": "^1.1.3",
"copy-props": "^2.0.1",
"fancy-log": "^1.1.0",
"fancy-log": "^1.3.2",
"gulplog": "^1.0.0",
"interpret": "^1.0.0",
"interpret": "^1.1.0",
"isobject": "^3.0.1",
"liftoff": "^2.3.0",
"liftoff": "^2.5.0",
"matchdep": "^2.0.0",
"mute-stdout": "^1.0.0",
"pretty-hrtime": "^1.0.0",
"replace-homedir": "^1.0.0",
"semver-greatest-satisfied-range": "^1.0.0",
"semver-greatest-satisfied-range": "^1.1.0",
"v8flags": "^3.0.1",
"yargs": "^7.1.0"
},
Expand All @@ -57,13 +57,13 @@
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.20.2",
"gulp": "gulpjs/gulp#4.0",
"gulp": "^4.0.0",
"gulp-test-tools": "^0.6.1",
"jscs": "^2.3.5",
"jscs": "^3.0.7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought jscs changed a bunch of stuff in 3.0 that made our config file invalid?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release note of jscs 3.0 wrote:

We didn't rename/remove any rules. ...

So I think there are no problem to use 3.0.

"jscs-preset-gulp": "^1.0.0",
"marked-man": "^0.1.3",
"marked-man": "^0.2.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What changed in this module?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just I think newer module is better. Doesn't ^0.1.3 represents the range >=0.1.3 <0.2.0?

"mocha": "^3.2.0",
"nyc": "^10.0.0",
"nyc": "^11.4.1",
"rimraf": "^2.6.1"
},
"keywords": [
Expand Down