diff --git a/.gitignore b/.gitignore index 64dbbc6..481f2ba 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,8 @@ package .vscode .eslintrc.json -embark-omg-*.tgz +embarkjs-omg-*.tgz NOTES npm-debug.log +yarn-error.log TODO \ No newline at end of file diff --git a/package.json b/package.json index 98cc138..2f30cd7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "clean": "npm run reset", "package": "npm pack", "qa": "npm-run-all build test package", - "reset": "npx rimraf .nyc_output build-test coverage dist embark-omg-*.tgz package", + "reset": "npx rimraf .nyc_output build-test coverage dist embarkjs-omg-*.tgz package", "start": "npm run watch", "// test": "nyc --reporter=html --reporter=json mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register", "watch": "run-p \"build:** --verbose --watch\""