babel-plugin-transform-function-sent
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-plugin-transform-function-sent", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Patch function.sent", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
"scripts": { | ||
"mocha": "mocha --ui tdd", | ||
"test": "npm run patch; npm run mocha; e=$?; npm run unpatch; exit $e", | ||
"patch": "ln -s .. node_modules/babel-plugin-transform-function-sent", | ||
"unpatch": "rm node_modules/babel-plugin-transform-function-sent", | ||
"prepublish": "babel src -d lib && echo \"\nmodule.exports = exports['default'];\" >> lib/index.js", | ||
"dev": "babel src -d lib -w" | ||
"test": "mocha --compilers js:babel-register", | ||
"dev": "npm run test -- --watch", | ||
"prepublish": "rm -rf lib && babel src -d lib && echo \"\nmodule.exports = exports['default'];\" >> lib/index.js" | ||
}, | ||
@@ -25,16 +23,18 @@ "keywords": [ | ||
"license": "MIT", | ||
"dependencies": { | ||
"babel-plugin-syntax-function-sent": "^6.8.0", | ||
"babel-runtime": "^6.9.2", | ||
"babel-template": "^6.9.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.9.0", | ||
"babel-helper-plugin-test-runner": "^6.8.0", | ||
"babel-core": "^6.9.1", | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-register": "^6.9.0", | ||
"babel-types": "^6.9.1", | ||
"mocha": "^2.5.3" | ||
}, | ||
"dependencies": { | ||
"babel-plugin-syntax-function-sent": "^6.8.0", | ||
"babel-template": "^6.9.0" | ||
}, | ||
"repository": "hax/babel-plugin-transform-function-sent" | ||
} |
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
6103
3
155
3
8
+ Addedbabel-runtime@^6.9.2