Skip to content

Commit

Permalink
Merge pull request #20 from victoriafrench/master
Browse files Browse the repository at this point in the history
nuget fix and thanks to jetbrains
  • Loading branch information
deavial committed Jan 13, 2016
2 parents c41698d + ec818f1 commit 4fc9cf4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ Defunctr has the ability to exclude testing and tagging by appending any of the
### License

MIT license

### Special Thanks

We would like to give a shout-out to **JetBrains** for providing [WebStorm](https://www.jetbrains.com/webstorm/) licenses to our project! Big Huge Hugs!
2 changes: 1 addition & 1 deletion humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# THANKS

<name>
JetBrains - Thank your for the WebStorm licenses!

# TECHNOLOGY COLOPHON

Expand Down
Binary file modified nuget/Defunctr.1.1.2.nupkg
Binary file not shown.
6 changes: 3 additions & 3 deletions nuget/Defunctr.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</dependencies>
</metadata>
<files>
<file src="../release/defunctr-@@version.js" target="content\Scripts\Vendor\Defunctr\defunctr-@@version.js" />
<file src="../release/defunctr-@@version.map" target="content\Scripts\Vendor\Defunctr\defunctr-@@version.map" />
<file src="../release/defunctr-@@version.min.js" target="content\Scripts\Vendor\Defunctr\defunctr-@@version.min.js" />
<file src="..\release\defunctr-@@version.js" target="content\Scripts\Vendor\Defunctr\defunctr-@@version.js" />
<file src="..\release\defunctr-@@version.map" target="content\Scripts\Vendor\Defunctr\defunctr-@@version.map" />
<file src="..\release\defunctr-@@version.min.js" target="content\Scripts\Vendor\Defunctr\defunctr-@@version.min.js" />
</files>
</package>
6 changes: 3 additions & 3 deletions nuget/Defunctr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</dependencies>
</metadata>
<files>
<file src="../release/defunctr-1.1.2.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.1.2.js" />
<file src="../release/defunctr-1.1.2.map" target="content\Scripts\Vendor\Defunctr\defunctr-1.1.2.map" />
<file src="../release/defunctr-1.1.2.min.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.1.2.min.js" />
<file src="..\release\defunctr-1.1.2.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.1.2.js" />
<file src="..\release\defunctr-1.1.2.map" target="content\Scripts\Vendor\Defunctr\defunctr-1.1.2.map" />
<file src="..\release\defunctr-1.1.2.min.js" target="content\Scripts\Vendor\Defunctr\defunctr-1.1.2.min.js" />
</files>
</package>
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
},
"scripts": {
"install": "npm run build",
"build": "grunt"
"build": "grunt",
"nuget": "grunt nuget"
}
}

0 comments on commit 4fc9cf4

Please sign in to comment.