Skip to content

Commit

Permalink
chore: move spec to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd authored and dmbch committed Oct 13, 2017
1 parent fe2b6ff commit 48d2bc8
Show file tree
Hide file tree
Showing 24 changed files with 42 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ npm-debug.log
.DS_Store
yarn.lock
package-lock.json
spec/mock/integration/build
packages/spec/mock/integration/build
.vscode
28 changes: 1 addition & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,8 @@
}
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint-plugin-flowtype": "^2.39.1",
"glob": "^7.1.2",
"hops-cli": "file:./packages/cli",
"hops-config": "file:./packages/config",
"hops-middleware": "file:./packages/middleware",
"hops-plugin": "file:./packages/plugin",
"hops-react": "file:./packages/react",
"hops-redux": "file:./packages/redux",
"hops-renderer": "file:./packages/renderer",
"hops-transpiler": "file:./packages/transpiler",
"isomorphic-fetch": "^2.2.1",
"jest": "^21.2.1",
"jest-preset-hops": "file:./packages/jest-preset",
"lerna": "^2.4.0",
"mkdirp": "^0.5.1",
"mocha": "^4.0.1",
"mocha-standard": "^1.0.0",
"npm-check-updates": "^2.13.0",
"nsp": "^2.8.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"semistandard": "^11.0.0"
"nsp": "^2.8.1"
}
}
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 40 additions & 0 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "hops-spec",
"version": "6.2.8",
"private": true,
"scripts": {
"test": "mocha --exit '*.js'"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint-plugin-flowtype": "^2.39.1",
"hops-build": "6.2.8",
"hops-build-config": "6.2.8",
"hops-cli": "6.2.8",
"hops-config": "6.2.8",
"hops-express": "6.2.8",
"hops-local-cli": "6.2.8",
"hops-middleware": "6.2.8",
"hops-plugin": "6.2.8",
"hops-react": "6.2.8",
"hops-redux": "6.2.8",
"hops-renderer": "6.2.8",
"hops-server": "6.2.8",
"hops-transpiler": "6.2.8",
"isomorphic-fetch": "^2.2.1",
"jest": "^21.2.1",
"jest-preset-hops": "6.2.8",
"mkdirp": "^0.5.1",
"mocha": "^4.0.1",
"mocha-standard": "^1.0.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"semistandard": "^11.0.0"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 48d2bc8

Please sign in to comment.