Skip to content

Commit

Permalink
Merge pull request #61 from cr8onski/addutil
Browse files Browse the repository at this point in the history
Addutil -- yep
  • Loading branch information
creighton committed Jan 28, 2016
2 parents 487b224 + 1457da9 commit b451cc7
Show file tree
Hide file tree
Showing 12 changed files with 2,352 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.swp
node_modules
.DS_Store
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module.exports = function(grunt) {
'lib/cryptojs_v3.1.2.js',
'src/verbs.js',
'src/xapiwrapper.js',
'src/xapistatement.js'
'src/xapistatement.js',
'src/xapi-util.js'
]
}
}
Expand Down
Loading

0 comments on commit b451cc7

Please sign in to comment.