Skip to content

Instantly share code, notes, and snippets.

View garretfick's full-sized avatar

Garret Fick garretfick

View GitHub Profile
@garretfick
garretfick / cla.md
Created January 1, 2023 19:16 — forked from kitten/cla.md
MIT CLA

Individual Contributor License Agreement (CLA)

Thank you for submitting your contributions to this project.

By signing this CLA, you agree that the following terms apply to all of your past, present and future contributions to the project.

License.

You hereby represent that all present, past and future contributions are governed by the

@garretfick
garretfick / Jasmine-and-Babel6.md
Created September 5, 2017 16:29 — forked from mauvm/Jasmine-and-Babel6.md
Jasmine ES6 run script for use with Babel 6
$ npm install --save babel-cli babel-preset-es2015
$ npm install --save-dev jasmine

.babelrc:

{
 "presets": ["es2015"]