Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fixed invalid bower definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrec authored and Pierre CURTO committed Jun 27, 2016
1 parent e79f2b3 commit cbc8e63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"authors": [
"Pierre Curto <[email protected]>"
],
"description": "xxHash - fast 32 bits hashing algorithm",
"main": "build/xxhash.lmd.js",
"description": "xxHash - fast 32 and 64 bits hashing algorithm",
"main": "build/xxhash.min.js",
"moduleType": [
"amd",
"globals",
"node"
"amd"
, "globals"
, "node"
],
"keywords": [
"hash",
"xxhash"
"hash"
, "xxhash"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"**/.*"
, "node_modules"
, "bower_components"
, "test"
, "tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xxhashjs",
"version": "0.2.0",
"version": "0.2.1",
"description": "xxHash in Javascript",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit cbc8e63

Please sign in to comment.