Skip to content

Commit

Permalink
Fix mispelling of jsqubitsRunner in .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbkemp committed Dec 1, 2012
1 parent 8c66079 commit 7bc0e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Expand Up @@ -2,7 +2,7 @@
*.iml
docs
examples
jsqbitsRunner
jsqubitsRunner
resources
spec
*.sock
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jsqubits",
"version": "0.0.3",
"version": "0.0.4",
"description": "Quantum computation simulation JavaScript library",
"keywords": ["quantum"],
"author": "David Kemp <davidbkemp@gmail.com>",
Expand All @@ -12,5 +12,6 @@
"scripts": {
"test": "jshint lib && jshint examples && jshint resources/js/jsqubitsManual.js && jshint resources/js/jsqubitsRunner.js && jasmine-node spec"
},
"main": "index"
"main": "index",
"repository": "git://github.com/davidbkemp/jsqubits.git"
}

0 comments on commit 7bc0e4a

Please sign in to comment.