Comparing version 1.0.0-beta-40 to 1.0.0
{ | ||
"name": "fairmont", | ||
"version": "1.0.0-beta-40", | ||
"version": "1.0.0", | ||
"description": "Functional reactive programming for JavaScript and CoffeeScript.", | ||
@@ -14,7 +14,6 @@ "files": [ | ||
"scripts": { | ||
"prepublish": "coffee -o lib/ -c src/*.*coffee", | ||
"test": "coffee test/index.coffee", | ||
"watch": "coffee -o lib/ -cw src/*.*coffee", | ||
"version": "(node_modules/.bin/json -f package.json version > VERSION)", | ||
"tag": "(cat VERSION | xargs -I version git tag -am version version) && git push --tags" | ||
"prepublish": "coffee -o lib/ -c src/*.*coffee", | ||
"postpublish": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags" | ||
}, | ||
@@ -40,10 +39,10 @@ "repository": { | ||
"dependencies": { | ||
"fairmont-core": "^1.0.0-beta-23", | ||
"fairmont-helpers": "^1.0.0-beta-26", | ||
"fairmont-multimethods": "^1.0.0-beta-21", | ||
"fairmont-reactive": "^1.0.0-beta-40", | ||
"fairmont-process": "^1.0.0-beta-19", | ||
"fairmont-filesystem": "^1.0.0-beta-24" | ||
"fairmont-core": "1.0.x", | ||
"fairmont-helpers": "1.0.x", | ||
"fairmont-multimethods": "1.0.x", | ||
"fairmont-reactive": "^1.0.x", | ||
"fairmont-process": "^1.0.x", | ||
"fairmont-filesystem": "^1.0.x" | ||
}, | ||
"engine": "node >= 4.0.x" | ||
} |
@@ -109,3 +109,5 @@ # Fairmont | ||
Fairmont is still under heavy development and is `beta` quality, meaning you should probably not use it in your production code. | ||
Fairmont is available for production use. | ||
We use Fairmont is wide-variety of development projects. | ||
We welcome contributors! | ||
@@ -112,0 +114,0 @@ ## Roadmap |
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
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
127
84087
19
+ Addedfairmont-helpers@1.0.3(transitive)
+ Addedwhen@3.7.8(transitive)
Updatedfairmont-core@1.0.x
Updatedfairmont-filesystem@^1.0.x
Updatedfairmont-helpers@1.0.x
Updatedfairmont-multimethods@1.0.x
Updatedfairmont-process@^1.0.x
Updatedfairmont-reactive@^1.0.x