Skip to content

Commit df791c6

Browse files
IgorMinarbenlesh
authored andcommitted
fix(package.json): loosen the engines/npm semver range to prevent false warnings
This should get rid the following warning when installing rxjs: ``` npm WARN engine @reactivex/rxjs@5.0.0-alpha.7: wanted: {"npm":"~2.0.0"} (current: {"node":"4.2.1","npm":"2.14.7"}) ```
1 parent 9c7620c commit df791c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"watch": "0.16.0"
110110
},
111111
"engines": {
112-
"npm": "~2.0.0"
112+
"npm": ">=2.0.0"
113113
},
114114
"typings": "./dist/cjs/Rx.d.ts"
115115
}

0 commit comments

Comments
 (0)