Skip to content

Commit

Permalink
NPM naming conflict...
Browse files Browse the repository at this point in the history
  • Loading branch information
joanniclaborde committed Apr 1, 2015
1 parent edcdfa6 commit 6e0ad79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Interacting with Sparkart's [Universe API](http://docs.services.sparkart.net), u
## Construction

```javascript
var Universe = require('universejs');
var Universe = require('universe-js');
var universe = new Universe({key: '12345'});
universe.context = {...};
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "universejs",
"name": "universe-js",
"version": "1.0.0",
"main": "index.js",
"author": {
Expand All @@ -9,11 +9,11 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SparkartGroupInc/universe.js/issues"
"url": "https://github.com/SparkartGroupInc/universe-js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SparkartGroupInc/universe.js.git"
"url": "https://github.com/SparkartGroupInc/universe-js.git"
},
"scripts": {
"build": "./node_modules/.bin/gulp build",
Expand Down
2 changes: 1 addition & 1 deletion test/browser-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var browserStackConfig = {
'browserstack.local': 'true',
'browserstack.user': 'TODO',
'browserstack.key': 'TODO',
'project': 'universejs'
'project': 'universe-js'
}

var setups = [
Expand Down

0 comments on commit 6e0ad79

Please sign in to comment.