Skip to content

Commit

Permalink
chore: reference postlight in license and package.json (#6)
Browse files Browse the repository at this point in the history
* chore: reference postlight in license and package.json

* chore: reference postlight in license and package.json
  • Loading branch information
zacharygolba authored Oct 3, 2016
1 parent 625aa2f commit dec625e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Zachary Golba
Copyright (c) 2016 Postlight

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# babel-preset-lux

> Babel preset for all plugins required by [Lux](https://github.com/postlight/lux).
> A babel preset containing all of the plugins required by [Lux](https://github.com/postlight/lux).
## Install

Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "babel-preset-lux",
"version": "1.2.0",
"description": "",
"description": "A babel preset containing all of the plugins required by Lux.",
"repository": "github:postlight/babel-preset-lux",
"keywords": [
"lux",
"babel",
"preset"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postlight/babel-preset-lux.git"
},
"author": "Zachary Golba",
"license": "MIT",
"bugs": {
"url": "https://github.com/zacharygolba/babel-preset-lux/issues"
"engines": {
"node": ">= 6.0"
},
"homepage": "https://github.com/zacharygolba/babel-preset-lux#readme",
"dependencies": {
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
Expand Down

0 comments on commit dec625e

Please sign in to comment.