Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Gandon committed Mar 30, 2016
1 parent 1b9e3ad commit 76461cb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 20 deletions.
14 changes: 1 addition & 13 deletions grunt-nimrod/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ module.exports = function (grunt) {
],
},
},
nimrod: {
default_options: {
options: {
//verbose: false,
module: 'typescript',
output: 'C:/temp/nimrod-test-generated',
files: ['/SoftwareGit/software/WikiProject/Wiki/bin/RES.WikiProject.Wiki.dll'
, '/SoftwareGit/software/WikiProject/Wiki/bin/RES.Insee.Wiki.dll']
}
}
},

nodeunit: {
tests: ['test/*_test.js']
},
Expand All @@ -65,6 +53,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-ts');

grunt.registerTask('default', ['clean', 'ts', 'copy', 'nimrod']);
grunt.registerTask('default', ['clean', 'ts', 'copy']);

};
12 changes: 6 additions & 6 deletions grunt-nimrod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-nimrod",
"description": "An ASP.NET MVC to TypeScript Converter",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/resgroup/nimrod",
"contributors": [
{
Expand Down Expand Up @@ -37,15 +37,15 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-exec": "^0.4.6",
"grunt-ts": "^5.2.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
"grunt": "^0.4.5"
},
"keywords": [
"typescript c# .net asp.netmvc converter"
Expand Down
1 change: 1 addition & 0 deletions grunt-nimrod/tasks/nimrod.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grunt-nimrod/tasks/nimrod.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76461cb

Please sign in to comment.