Merge branch 'master' of github.com:babel/babel
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "babel-plugin-transform-simplify-comparison-operators",
|
||||
"version": "6.0.2",
|
||||
"description": "Convert === and !== to == and != if their types are inferred to be the same.",
|
||||
"repository": "babel/babel",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-simplify-comparison-operators",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
@@ -11,4 +11,4 @@
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user