Skip to content

Instantly share code, notes, and snippets.

@sebastianhaas
Created March 10, 2016 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianhaas/c1011cb58f35cfc7452c to your computer and use it in GitHub Desktop.
Save sebastianhaas/c1011cb58f35cfc7452c to your computer and use it in GitHub Desktop.
grunt-typings issue#2
module.exports = function(grunt) {
grunt.initConfig({
// refreshes ts definition files
typings: {
install: {}
},
});
grunt.loadNpmTasks('grunt-typings');
grunt.registerTask('default', ['typings']);
};
{
"name": "typingstest",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-typings": "^0.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
{
"name": "settlementdrafts",
"ambientDependencies": {
"angular": "github:DefinitelyTyped/DefinitelyTyped/angularjs/angular.d.ts#dade4414712ce84e3c63393f1aae407e9e7e6af7",
"jquery": "github:DefinitelyTyped/DefinitelyTyped/jquery/jquery.d.ts#dade4414712ce84e3c63393f1aae407e9e7e6af7",
"angular-ui-router": "github:DefinitelyTyped/DefinitelyTyped/angular-ui-router/angular-ui-router.d.ts#4910a7c52a1cf335877ea3b0917eb65117a66637",
"angular-translate": "github:DefinitelyTyped/DefinitelyTyped/angular-translate/angular-translate.d.ts#4910a7c52a1cf335877ea3b0917eb65117a66637",
"angular-cookies": "github:DefinitelyTyped/DefinitelyTyped/angularjs/angular-cookies.d.ts#4910a7c52a1cf335877ea3b0917eb65117a66637",
"angular-dynamic-locale": "github:DefinitelyTyped/DefinitelyTyped/angular-dynamic-locale/angular-dynamic-locale.d.ts#4910a7c52a1cf335877ea3b0917eb65117a66637",
"moment": "github:DefinitelyTyped/DefinitelyTyped/moment/moment.d.ts#6035d7e34a7a64902f29cacd96abfb8af10f3da1",
"moment-node": "github:DefinitelyTyped/DefinitelyTyped/moment/moment-node.d.ts#6035d7e34a7a64902f29cacd96abfb8af10f3da1",
"lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#72f0056f69f9a2290d2589c1a692896d24406928",
"angular-toastr": "github:DefinitelyTyped/DefinitelyTyped/angular-toastr/angular-toastr.d.ts#dade4414712ce84e3c63393f1aae407e9e7e6af7",
"angular-file-upload": "github:DefinitelyTyped/DefinitelyTyped/angular-file-upload/angular-file-upload.d.ts#dade4414712ce84e3c63393f1aae407e9e7e6af7",
"ng-file-upload": "github:DefinitelyTyped/DefinitelyTyped/ng-file-upload/ng-file-upload.d.ts#dade4414712ce84e3c63393f1aae407e9e7e6af7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment