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

Commit

Permalink
Merge pull request #42 from yahoo/security-fix
Browse files Browse the repository at this point in the history
release as v1.2.4
  • Loading branch information
neraliu committed Jul 10, 2015
2 parents 13eba30 + be18c62 commit 4cdd9b8
Show file tree
Hide file tree
Showing 8 changed files with 1,209 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function(grunt) {
},
buildBrowserified: {
src: 'dist/<%= pkg.name %>.js',
dest: 'dist/<%= pkg.name %>.js'
dest: 'dist/<%= pkg.name %>.min-browserified.js'
},
buildMin: {
options: {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xss-filters",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "https://github.com/yahoo/xss-filters",
"authors": [
"Nera Liu <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions dist/xss-filters.1.2.4.min.js

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

Loading

0 comments on commit 4cdd9b8

Please sign in to comment.