Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Remove version number for distribution typings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Apr 21, 2016
1 parent 57da80d commit 3519b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -108,7 +108,7 @@ module.exports = function (grunt) {
},
dist: {
options: {
out: 'dist/typings/<%= name %>/<%= name %>-<%= version %>.d.ts'
out: 'dist/typings/<%= name %>/<%= name %>.d.ts'
},
src: [ '<%= skipTests %>' ]
}
Expand Down

0 comments on commit 3519b15

Please sign in to comment.