Comparing version 1.0.0-alpha.8 to 1.0.0
@@ -38,13 +38,11 @@ | ||
# change the package.json, bower.json pre-release version (v1.0.0-1) | ||
# , commit to repo | ||
# , and publish to npm and bower | ||
grunt release | ||
grunt pre-release | ||
# change the package.json, bower.json minor version (v1.0.1) | ||
# , commit to repo | ||
# , and publish to npm and bower | ||
grunt minor-release | ||
grunt release | ||
# Publish current version to npm and bower | ||
grunt deploy | ||
``` | ||
@@ -6,3 +6,2 @@ | ||
``` | ||
@@ -26,8 +25,11 @@ | ||
``` | ||
```bash | ||
bower install divhide | ||
# or download **divhide.js** from the **dist/** folder. | ||
``` | ||
``` html | ||
@@ -49,14 +51,7 @@ | ||
bower install divhide | ||
Download dist/divhide.js from github and use it as a library. | ||
``` | ||
Copy the file (`bower_components/divhide/dist/divhide.js`) to your titanium project (e.g. `app/lib/vendor`). | ||
``` html | ||
e.g. | ||
var Divhide = require("/vendor/divhide"); | ||
.... | ||
``` |
@@ -6,3 +6,3 @@ | ||
{%= _.badge("nodeio") %} | ||
{%= _.badge("nodeio") %} ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png) | ||
@@ -16,5 +16,4 @@ {%= _.badge("donate") %} | ||
Please note that all examples are integrated on the CI build. That's the reason why the `expect` statements are visible here. | ||
Please note that **all examples are integrated on the CI build** and that's the reason why you'll see `expect` statements. | ||
![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/nodejs-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png) | ||
@@ -21,0 +20,0 @@ {%= _.include("Install.md") %} |
{ | ||
"name": "divhide", | ||
"description": "Divhide javascript core components for NodeJs, Browser, Titanium, ... and everything that runs javascript.", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0", | ||
"author": { | ||
@@ -29,3 +29,3 @@ "name": "Oscar Brito <aetheon@gmail.com>", | ||
"browserify": "8.1.0", | ||
"expect.js": ">=0.2.0", | ||
"expect.js": "^0.3.1", | ||
"grunt": "~0.4.5", | ||
@@ -32,0 +32,0 @@ "grunt-browserify": "~3.2.1", |
@@ -5,3 +5,3 @@ # [![Divhide](http://blog.divhide.com/assets/images/divhide_128px.png)](http://divhide.com/) divhide-core | ||
[![NPM Stats](https://nodei.co/npm/divhide.png?downloads=true)](https://www.npmjs.com/package/divhide) | ||
[![NPM Stats](https://nodei.co/npm/divhide.png?downloads=true)](https://www.npmjs.com/package/divhide) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png) | ||
@@ -15,5 +15,4 @@ [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NYVPSL7GBYD6A&lc=US&item_name=Oscar%20Brito¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) | ||
Please note that all examples are integrated on the CI build. That's the reason why the `expect` statements are visible here. | ||
Please note that **all examples are integrated on the CI build** and that's the reason why you'll see `expect` statements. | ||
![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/nodejs-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/bower-logo.jpg) ![alt text](https://raw.githubusercontent.com/divhide/divhide-core/master/.readme/assets/titanium-logo.png) | ||
@@ -25,3 +24,2 @@ | ||
``` | ||
@@ -45,8 +43,11 @@ | ||
``` | ||
```bash | ||
bower install divhide | ||
## or download **divhide.js** from the **dist/** folder. | ||
``` | ||
``` html | ||
@@ -68,13 +69,6 @@ | ||
bower install divhide | ||
Download dist/divhide.js from github and use it as a library. | ||
``` | ||
Copy the file (`bower_components/divhide/dist/divhide.js`) to your titanium project (e.g. `app/lib/vendor`). | ||
``` html | ||
e.g. | ||
var Divhide = require("/vendor/divhide"); | ||
.... | ||
@@ -1482,11 +1476,9 @@ ``` | ||
## change the package.json, bower.json pre-release version (v1.0.0-1) | ||
## , commit to repo | ||
## , and publish to npm and bower | ||
grunt release | ||
grunt pre-release | ||
## change the package.json, bower.json minor version (v1.0.1) | ||
## , commit to repo | ||
## , and publish to npm and bower | ||
grunt minor-release | ||
grunt release | ||
## Publish current version to npm and bower | ||
grunt deploy | ||
@@ -1493,0 +1485,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1602594
1498