Skip to content

Commit

Permalink
chore: moves depend/* depend/src
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhedonia committed Apr 5, 2018
1 parent feca82c commit 8214d7c
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/depend/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "dependency analyzer and fixer",
"main": "dist/depend",
"scripts": {
"transpile": "babel . -d dist --ignore dist,node_modules,coverage,__tests__ && cp package.json dist/package.json",
"transpile": "babel src -d dist --ignore coverage,__tests__",
"prepublishOnly": "yarn transpile",
"postinstall": "yarn transpile",
"fmt": "prettier --write '**/*.*'",
Expand All @@ -30,7 +30,7 @@
"node_modules/(?!(react-native|@times-components)/)"
],
"testMatch": [
"<rootDir>/packages/depend/__tests__/**.test.js"
"<rootDir>/packages/depend/src/__tests__/**.test.js"
]
},
"repository": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
import commander from "commander";
import { version } from "./package.json";
import { version } from "../package.json";
import * as strategies from "./strategies";

function validatePick(rule) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8214d7c

Please sign in to comment.