File tree 3 files changed +32
-11
lines changed
3 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
.npm-debug.log
3
+ package-lock.json
3
4
tmp
Original file line number Diff line number Diff line change
1
+ v1.2.0
2
+ date: 2020-07-03
3
+ changes:
4
+ - Allow usage of grunt plugins that are located in any location that
5
+ is visible to Node.js and NPM, instead of node_modules directly
6
+ inside package that have a dev dependency to these plugins.
7
+ (PR: https://github.com/gruntjs/grunt/pull/1677)
8
+ - Removed coffeescript from dependencies. To ease transition, if
9
+ coffeescript is still around, Grunt will attempt to load it.
10
+ If it is not, and the user loads a CoffeeScript file,
11
+ Grunt will print a useful error indicating that the
12
+ coffeescript package should be installed as a dev dependency.
13
+ This is considerably more user-friendly than dropping the require entirely,
14
+ but doing so is feasible with the latest grunt-cli as users
15
+ may simply use grunt --require coffeescript/register.
16
+ (PR: https://github.com/gruntjs/grunt/pull/1675)
17
+ - Exposes Grunt Option keys for ease of use.
18
+ (PR: https://github.com/gruntjs/grunt/pull/1570)
19
+ - Avoiding infinite loop on very long command names.
20
+ (PR: https://github.com/gruntjs/grunt/pull/1697)
1
21
v1.1.0
2
22
date: 2020-03-16
3
23
changes:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt" ,
3
3
"description" : " The JavaScript Task Runner" ,
4
- "version" : " 1.1 .0" ,
4
+ "version" : " 1.2 .0" ,
5
5
"author" : " Grunt Development Team (https://gruntjs.com/development-team)" ,
6
6
"homepage" : " https://gruntjs.com/" ,
7
7
"repository" : " https://github.com/gruntjs/grunt.git" ,
37
37
" tool"
38
38
],
39
39
"dependencies" : {
40
- "dateformat" : " ~1 .0.12 " ,
40
+ "dateformat" : " ~3 .0.3 " ,
41
41
"eventemitter2" : " ~0.4.13" ,
42
- "exit" : " ~0.1.1 " ,
42
+ "exit" : " ~0.1.2 " ,
43
43
"findup-sync" : " ~0.3.0" ,
44
- "glob" : " ~7.0.0 " ,
45
- "grunt-cli" : " ~1.2.0 " ,
44
+ "glob" : " ~7.1.6 " ,
45
+ "grunt-cli" : " ~1.3.2 " ,
46
46
"grunt-known-options" : " ~1.1.0" ,
47
47
"grunt-legacy-log" : " ~2.0.0" ,
48
48
"grunt-legacy-util" : " ~1.1.1" ,
49
49
"iconv-lite" : " ~0.4.13" ,
50
- "js-yaml" : " ~3.13.1 " ,
51
- "minimatch" : " ~3.0.2 " ,
52
- "mkdirp" : " ~1.0.3 " ,
50
+ "js-yaml" : " ~3.14.0 " ,
51
+ "minimatch" : " ~3.0.4 " ,
52
+ "mkdirp" : " ~1.0.4 " ,
53
53
"nopt" : " ~3.0.6" ,
54
- "path-is-absolute" : " ~1 .0.0" ,
55
- "rimraf" : " ~2.6 .2"
54
+ "path-is-absolute" : " ~2 .0.0" ,
55
+ "rimraf" : " ~3.0 .2"
56
56
},
57
57
"devDependencies" : {
58
58
"difflet" : " ~1.0.1" ,
59
59
"eslint-config-grunt" : " ~1.0.1" ,
60
- "grunt-contrib-nodeunit" : " ~2.0 .0" ,
60
+ "grunt-contrib-nodeunit" : " ~2.1 .0" ,
61
61
"grunt-contrib-watch" : " ~1.1.0" ,
62
62
"grunt-eslint" : " ~18.1.0" ,
63
63
"temporary" : " ~0.0.4" ,
You can’t perform that action at this time.
0 commit comments