Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "prefiks", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Get the vendors prefixes of a css properties, according to can i use datas.", | ||
@@ -48,4 +48,4 @@ "keywords": [ | ||
"lodash": "^2.4.1", | ||
"semver": "^2.3.1" | ||
"semver": "^3.0.1" | ||
} | ||
} |
@@ -37,2 +37,3 @@ # prefiks | ||
```javascript | ||
{ | ||
@@ -44,2 +45,3 @@ "Internet Explorer": 9, | ||
} | ||
``` | ||
@@ -55,7 +57,7 @@ ### `browser`'s aliases | ||
* `opera` | ||
* `ios_saf`, `ios` | ||
* `ios_saf`, `ios`, `ios-safari` | ||
* `op_mini`, `opera-mini`, `opera_mini`, `operamini` | ||
* `android` | ||
* `android`, `android-browser` | ||
* `op_mob`, `opera-mobile`, `operamobile`, `opera_mobile` | ||
* `bb`, `blackberry` | ||
* `bb`, `blackberry`, `blackberry-browser` | ||
* `and_chr`, `android-chrome`, `android_chrome`, `androidchrome` | ||
@@ -62,0 +64,0 @@ * `and_ff`, `android-firefox`, `android_firefox`, `androidfirefox` |
@@ -5,22 +5,2 @@ "use strict"; | ||
/* | ||
======== A Handy Little Nodeunit Reference ======== | ||
https://github.com/caolan/nodeunit | ||
Test methods: | ||
test.expect(numAssertions) | ||
test.done() | ||
Test assertions: | ||
test.ok(value, [message]) | ||
test.equal(actual, expected, [message]) | ||
test.notEqual(actual, expected, [message]) | ||
test.deepEqual(actual, expected, [message]) | ||
test.notDeepEqual(actual, expected, [message]) | ||
test.strictEqual(actual, expected, [message]) | ||
test.notStrictEqual(actual, expected, [message]) | ||
test.throws(block, [error], [message]) | ||
test.doesNotThrow(block, [error], [message]) | ||
test.ifError(value) | ||
*/ | ||
exports[ "prefiks" ] = { | ||
@@ -27,0 +7,0 @@ setUp: function( done ) { |
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
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
83
18565
219
+ Addedsemver@3.0.1(transitive)
- Removedsemver@2.3.2(transitive)
Updatedsemver@^3.0.1