Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGarreau committed May 10, 2015
2 parents acb4f26 + 172f5c0 commit 858d554
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ key | option type / notes | example

### `Packages install`

##### ***npm***
```
npm install particles.js
```

##### ***Bower***
```
bower install particles.js --save
Expand Down
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "particles.js",
"version": "2.0.0",
"description": "A lightweight JavaScript library for creating particles",
"homepage": "http://vincentgarreau.com/particles.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/VincentGarreau/particles.js.git"
},
"keywords": [
"particles",
"particle",
"canvas"
],
"author": "Vincent Garreau",
"license": "MIT",
"files": [
"particles.js",
"particles.min.js"
],
"bugs": {
"url": "https://github.com/VincentGarreau/particles.js/issues"
},
"homepage": "https://github.com/VincentGarreau/particles.js"
}
1 change: 0 additions & 1 deletion particles.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ var pJS = function(tag_id, params){

/* color */
this.color = {};

if(typeof(color.value) == 'object'){

if(color.value instanceof Array){
Expand Down
Loading

0 comments on commit 858d554

Please sign in to comment.