Skip to content

Commit

Permalink
Hello world in Lerna form!
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffp committed Feb 23, 2018
1 parent f8b7745 commit d661a0e
Show file tree
Hide file tree
Showing 194 changed files with 93 additions and 75 deletions.
12 changes: 12 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"lerna": "2.9.0",
"packages": [
"packages/*"
],
"version": "independent",
"command": {
"init": {
"exact": true
}
}
}
78 changes: 3 additions & 75 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,77 +1,5 @@
{
"name": "@pattern-lab/patternlab-node",
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
"version": "3.0.0-alpha.8",
"main": "./core/index.js",
"dependencies": {
"@pattern-lab/live-server": "^1.3.2",
"@pattern-lab/patternengine-node-mustache": "^2.0.0-alpha.2",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"dive": "^0.5.0",
"fs-extra": "^5.0.0",
"glob": "^7.0.0",
"graphlib": "^2.1.1",
"js-beautify": "^1.6.3",
"js-yaml": "^3.6.1",
"lodash": "~4.17.5",
"markdown-it": "^6.0.1",
"node-fetch": "^1.6.0",
"recursive-copy": "^2.0.8",
"update-notifier": "^2.2.0"
},
"devDependencies": {
"@pattern-lab/patternengine-node-handlebars": "^2.0.0-alpha.2",
"@pattern-lab/patternengine-node-underscore": "^2.0.0-alpha.1",
"eslint": "3.5.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.5.0",
"husky": "^0.14.3",
"jsdoc-to-markdown": "^3.0.0",
"prettier": "1.10.2",
"pretty-quick": "^1.2.2",
"rewire": "2.5.2",
"standard-version": "^4.3.0",
"tap": "11.0.1"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Gulp",
"Javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": {
"name": "Brian Muenzenmeyer"
},
"contributors": [
{
"name": "Geoff Pursell"
},
{
"name": "Raphael Okon"
},
{
"name": "tburny"
}
],
"license": "MIT",
"scripts": {
"docs": "node ./scripts/docs.js",
"lint": "eslint core/**/*.js",
"precommit": "pretty-quick --staged",
"pretest": "npm run lint",
"prettier": "prettier --config .prettierrc --write ./core/**/*.js",
"release": "standard-version",
"test": "tap test/*_tests.js --reporter spec --coverage"
},
"engines": {
"node": ">=6.0"
}
"devDependencies": {
"lerna": "2.9.0"
}
}
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.
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.
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.
78 changes: 78 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"name": "@pattern-lab/patternlab-node",
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
"version": "3.0.0-alpha.8",
"main": "./core/index.js",
"dependencies": {
"@pattern-lab/live-server": "^1.3.2",
"@pattern-lab/patternengine-node-mustache": "^2.0.0-alpha.2",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"dive": "^0.5.0",
"fs-extra": "^5.0.0",
"glob": "^7.0.0",
"graphlib": "^2.1.1",
"js-beautify": "^1.6.3",
"js-yaml": "^3.6.1",
"lodash": "~4.17.5",
"markdown-it": "^6.0.1",
"node-fetch": "^1.6.0",
"recursive-copy": "^2.0.8",
"update-notifier": "^2.2.0"
},
"devDependencies": {
"@pattern-lab/patternengine-node-handlebars": "^2.0.0-alpha.2",
"@pattern-lab/patternengine-node-underscore": "^2.0.0-alpha.1",
"eslint": "3.5.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.5.0",
"husky": "^0.14.3",
"jsdoc-to-markdown": "^3.0.0",
"lerna": "2.9.0",
"prettier": "1.10.2",
"pretty-quick": "^1.2.2",
"rewire": "2.5.2",
"standard-version": "^4.3.0",
"tap": "11.0.1"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Gulp",
"Javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": {
"name": "Brian Muenzenmeyer"
},
"contributors": [
{
"name": "Geoff Pursell"
},
{
"name": "Raphael Okon"
},
{
"name": "tburny"
}
],
"license": "MIT",
"scripts": {
"docs": "node ./scripts/docs.js",
"lint": "eslint core/**/*.js",
"precommit": "pretty-quick --staged",
"pretest": "npm run lint",
"prettier": "prettier --config .prettierrc --write ./core/**/*.js",
"release": "standard-version",
"test": "tap test/*_tests.js --reporter spec --coverage"
},
"engines": {
"node": ">=6.0"
}
}
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.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit d661a0e

@bmuenzenmeyer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.