PaulTondeur / grunt-cache-busting

Cache busting files and updating references
8 stars 13 forks source link

Officially support grunt 1.x ("grunt-cache-busting@0.0.11 requires a peer of grunt@~0.4.0") #15

Closed edmorley closed 2 years ago

edmorley commented 8 years ago

A package.json containing dependencies of:

  "dependencies": {
    "grunt": "1.0.1",
    "grunt-cache-busting": "0.0.11",
    ...
  },

Results in:

npm WARN grunt-cache-busting@0.0.11 requires a peer of grunt@~0.4.0 but none was installed.
revelt commented 8 years ago

+1

nawlbergs commented 7 years ago

I get that same error when installing.. however... it still seems to run fine...