Skip to content

Commit

Permalink
docs(link): link examples correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rondinif committed May 26, 2019
1 parent 65d72d1 commit d4367d8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
language: node_js
node_js:
- 8
- 10
- 11
- 12
- node

env:
- IS_UNDER_TEST=true
- IS_LOG_SILENT=true
- IS_LOG_VERBOSE=false

install:
- npm install

script:
- npm clean:prepare:cover

after_success:
- NODE_ENV=production npm run build
- npm run coveralls
- semantic-release

notifications:
email: true

sudo: false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Run `npm run lint`
-->

## Examples
# [PhytoJS Samples for NodeJS](https://github.com/rondinif/phytojs/samples)
# [PhytoJS Samples for NodeJS](https://github.com/rondinif/phytojs/tree/master/samples)
There are examples that use both `require` and `import` to reference the PhytoJS servive module.
- UMD (Universal Module Definition)
- `AMD` and `CJS` (`CommonJS`) are both compatible with `UMD`
- ESM / ES6 (ECMAScript.next and TC39 Module Definition)
# [PhytoJS Samples for the browser](https://github.com/rondinif/docs)
# [PhytoJS Samples for the browser](https://github.com/rondinif/phytojs/tree/master/docs)
## Live [Demo of PhytoJS running in the browser](https://rondinif.github.io/phytojs/mvc)

### Contributing
Expand Down

0 comments on commit d4367d8

Please sign in to comment.