broccoli-module-normalizer
Advanced tools
Comparing version 0.0.0 to 0.1.0
@@ -13,3 +13,3 @@ 'use strict'; | ||
super([input], { | ||
persistentOutput: true, | ||
persistentOutput: true | ||
}); | ||
@@ -21,3 +21,5 @@ | ||
build() { | ||
if (this._hasRan && symlinkOrCopy.canSymlink) { return; } | ||
if (this._hasRan && symlinkOrCopy.canSymlink) { | ||
return; | ||
} | ||
@@ -42,2 +44,2 @@ let symlinkSource; | ||
} | ||
} | ||
}; |
{ | ||
"name": "broccoli-module-normalizer", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Broccoli plugin to remove `modules/` subdirectory from legacy ember-cli addons.", | ||
@@ -8,10 +8,19 @@ "main": "index.js", | ||
"test": "mocha", | ||
"test-watch": "npm test -- -w --reporter min" | ||
"test-watch": "npm test -- -w --reporter min", | ||
"posttest": "npm run lint", | ||
"prelint": "eslint --version", | ||
"lint": "eslint index.js test/index.js" | ||
}, | ||
"contributors": [ | ||
"Chris Manson <chris@stonecircle.io>", | ||
"Kelly Selden <kellyselden@gmail.com>", | ||
"Robert Jackson <me@rwjblue.com>" | ||
], | ||
"repository": "https://github.com/stonecircle/broccoli-module-normalizer", | ||
"repository": "https://github.com/ember-cli/broccoli-module-normalizer", | ||
"license": "MIT", | ||
"files": [], | ||
"dependencies": { | ||
"broccoli-plugin": "^1.3.0", | ||
"symlink-or-copy": "^1.1.8" | ||
}, | ||
"devDependencies": { | ||
@@ -21,8 +30,8 @@ "broccoli-test-helper": "^1.2.0", | ||
"co": "^4.6.0", | ||
"mocha": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"broccoli-plugin": "^1.3.0", | ||
"symlink-or-copy": "^1.1.8" | ||
"eslint": "^4.17.0", | ||
"eslint-config-sane": "^0.5.0", | ||
"eslint-plugin-mocha": "^4.11.0", | ||
"eslint-plugin-prefer-let": "^1.0.1", | ||
"mocha": "^5.0.0" | ||
} | ||
} |
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
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
4
0
9
2
3744
8
33