babel-plugin-flow-type-getter
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-plugin-flow-type-getter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Access flow types from uninstantiated classes.", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DavidDionise/babel-plugin-flow-type-getter.git" | ||
}, | ||
"scripts": { | ||
@@ -20,9 +24,3 @@ "build": "babel example/index.js --out-file example/dist/index.js --watch", | ||
"babylon": "^6.17.4" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-plugin-syntax-flow": "^6.18.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"flow-bin": "^0.48.0" | ||
} | ||
} |
@@ -12,3 +12,3 @@ ## Access your Flow types from classes before you instantiate objects. | ||
{ | ||
"plugins": ["./index", "transform-flow-strip-types"] | ||
"plugins": ["flow-type-getter", "transform-flow-strip-types"] | ||
} | ||
@@ -43,5 +43,5 @@ ``` | ||
-Navigate to the root directory of the project</br> | ||
-Open the file example/index.js</br> | ||
-Navigate to the `example` directory of the project</br> | ||
-Open the file index.js in a text editor (only do this if you want to expriment)</br> | ||
-Enter the command `npm run build` to start the babel --watch process (keep this shell open)</br> | ||
-In a new shell, enter the command `npm start` to see the values logged out in example/index.js</br> |
Sorry, the diff of this file is not supported yet
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
54176
0
9
1