diff --git a/package.json b/package.json index 782f04a4a..c34180ea7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fstream": "0.1.24", "fuzzaldrin": "^2.1", "git-utils": "^2.2", - "grim": "1.0.0", + "grim": "1.1.0", "guid": "0.0.10", "jasmine-json": "~0.0", "jasmine-tagged": "^1.1.2", diff --git a/src/package.coffee b/src/package.coffee index 9807638fd..175485328 100644 --- a/src/package.coffee +++ b/src/package.coffee @@ -299,7 +299,7 @@ class Package if fs.isDirectorySync(path.join(@path, 'scoped-properties')) settingsDirPath = path.join(@path, 'scoped-properties') - deprecate("Store package settings files in the `settings` directory instead of `scoped-properties`") + deprecate("Store package settings files in the `settings` directory instead of `scoped-properties`", packageName: @name) else settingsDirPath = path.join(@path, 'settings')