react-display-name
Advanced tools
Comparing version 0.0.1 to 0.1.1
@@ -8,3 +8,2 @@ 'use strict'; | ||
exports['default'] = getDisplayName; | ||
module.exports = exports['default']; | ||
exports.default = getDisplayName; |
{ | ||
"name": "react-display-name", | ||
"version": "0.0.1", | ||
"version": "0.1.1", | ||
"description": "utility to return a react components display name", | ||
@@ -8,4 +8,4 @@ "main": "./lib/getDisplayName.js", | ||
"build": "npm run clean && npm run lint && npm run build:lib && npm run build:spec", | ||
"build:lib": "mkdirp lib && babel src --out-dir lib", | ||
"build:spec": "mkdirp lib/spec && babel spec --out-dir lib/spec", | ||
"build:lib": "mkdirp lib && babel src -d lib", | ||
"build:spec": "mkdirp lib/spec && babel spec -d lib/spec", | ||
"test": "npm run build:spec && mocha 'lib/spec/*Spec.js'", | ||
@@ -31,6 +31,10 @@ "clean": "rimraf lib", | ||
"devDependencies": { | ||
"babel": "^5.8.23", | ||
"babel-core": "^5.8.23", | ||
"babel-eslint": "^4.1.0", | ||
"babel-loader": "^5.3.2", | ||
"babel": "^6.3.26", | ||
"babel-cli": "^6.4.0", | ||
"babel-core": "^6.4.0", | ||
"babel-eslint": "^4.1.6", | ||
"babel-loader": "^6.2.1", | ||
"babel-preset-es2015-loose": "^6.1.4", | ||
"babel-preset-react": "^6.3.13", | ||
"babel-preset-stage-0": "^6.3.13", | ||
"babelify": "^6.2.0", | ||
@@ -37,0 +41,0 @@ "chai": "^3.3.0", |
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
4908
17
67