Skip to content

Commit

Permalink
ADD: art-build-configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebdavis committed Oct 4, 2019
1 parent c8cec31 commit 3262f42
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
**/node_modules
23 changes: 22 additions & 1 deletion package.json
Expand Up @@ -2,6 +2,27 @@
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^3.16.4"
"art-testbench": "*",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chai": "^4.2.0",
"coffee-loader": "^0.7.3",
"css-loader": "^3.0.0",
"json-loader": "^0.5.7",
"lerna": "^3.16.4",
"mocha": "^6.2.0",
"mock-fs": "^4.10.0",
"script-loader": "^0.7.2",
"style-loader": "^1.0.0",
"webpack": "^4.39.1",
"webpack-cli": "*",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-stylish": "^0.1.8"
},
"dependencies": {
"art-standard-lib": "file:packages/art-standard-lib",
"neptune-namespaces": "file:packages/neptune-namespaces",
"neptune-namespaces-runtime": "file:packages/neptune-namespaces-runtime"
}
}
1 change: 1 addition & 0 deletions packages/art-build-configurator
Submodule art-build-configurator added at dfeb03
18 changes: 0 additions & 18 deletions packages/art-standard-lib/package.json
Expand Up @@ -6,24 +6,6 @@
"pluralize": "*"
},
"description": "The Standard Library for JavaScript that aught to be.",
"devDependencies": {
"art-testbench": "*",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chai": "^4.2.0",
"coffee-loader": "^0.7.3",
"css-loader": "^3.0.0",
"json-loader": "^0.5.7",
"mocha": "^6.2.0",
"mock-fs": "^4.10.0",
"script-loader": "^0.7.2",
"style-loader": "^1.0.0",
"webpack": "^4.39.1",
"webpack-cli": "*",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-stylish": "^0.1.8"
},
"homepage": "https://github.com/imikimi/art-standard-lib",
"license": "ISC",
"name": "art-standard-lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/neptune-namespaces-runtime/package.json
@@ -1,7 +1,7 @@
{
"author": "Shane Brinkman-Davis Delamore, Imikimi LLC\"",
"dependencies": {
"art-standard-lib": "^1.64.1",
"art-standard-lib": "file:../art-standard-lib",
"coffee-script": "*"
},
"description": "Neptune.Namespaces.Runtime",
Expand Down
2 changes: 1 addition & 1 deletion packages/neptune-namespaces/package.json
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"art-build-configurator": "*",
"neptune-namespaces-runtime": "^3.1.2"
"neptune-namespaces-runtime": "file:../neptune-namespaces-runtime"
},
"description": "Generate index.coffee and namespace.coffee files from directory structures",
"license": "ISC",
Expand Down

0 comments on commit 3262f42

Please sign in to comment.