Skip to content

Commit

Permalink
feat: Update dependencies with Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Feb 23, 2019
1 parent 5926c15 commit 6a207c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ function(name, extra, textClass)
The textRenderer function returns the formatted text to the nodeRenderer. This way the user may chose to overwrite only what text is shown but may opt to keep the default nodeRenderer.

## Development
To setup and build the library from scratch follow these steps:
dTree uses [Yarn](https://yarnpkg.com/) instead of npm. To setup and build the library from scratch follow these steps:

1. ```npm install```
2. ```npm run-script build```
1. ```yarn install```
2. ```yarn run build```

A demo is available by running:
```
gulp demo
yarn run demo
```
It hosts a demo on localhost:3000 by serving [test/demo](test/demo) and using the latest compiled local version of the library.

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,45 +38,45 @@
"babelify": "^6.0.0",
"browserify": "^11.0.1",
"chai": "^3.2.0",
"connect": "^3.4.0",
"conventional-changelog": "^0.5.3",
"conventional-github-releaser": "^0.5.1",
"del": "^1.1.1",
"glob": "^5.0.14",
"gulp": "^3.8.10",
"gulp-babel": "^5.0.0",
"gulp-bump": "^1.0.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-eslint": "^1.0.0",
"gulp-file": "^0.2.0",
"gulp-filter": "^3.0.0",
"gulp-git": "^1.5.0",
"gulp-github-release": "^1.1.0",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^2.0.0",
"gulp-livereload": "^3.4.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.0",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^1.0.1",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.2.0",
"gulp-bump": "^1.0.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-git": "^1.5.0",
"gulp-preprocess": "^2.0.0",
"gulp-github-release": "^1.1.0",
"minimist": "^1.2.0",
"isparta": "~3.0.3",
"jquery": "^2.1.4",
"minimist": "^1.2.0",
"mocha": "^2.1.0",
"rollup": "^0.41.4",
"run-sequence": "^1.0.2",
"serve-static": "^1.10.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.3.1",
"connect": "^3.4.0",
"serve-static": "^1.10.0"
"watchify": "^3.3.1"
},
"babelBoilerplateOptions": {
"entryFileName": "dtree",
Expand Down

0 comments on commit 6a207c6

Please sign in to comment.