Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1

Merged
merged 1 commit into from
Jul 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
indent_style = space
charset = utf-8
end_of_line = lf
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls

notifications:
email:
on_success: never
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.0: 2015-07-23

- Updated dependencies

## v0.0.1: 2015-04-10

- Initial release
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2015 [Rob Loach](http://robloach.net)
Copyright (c) 2015 [JSTransformers Team](https://github.com/orgs/jstransformers/people)

> 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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# jstransformer-es6-template-strings

[JSTransformer](http://github.com/jstransformers/jstransformer) support for [es6-template-strings](http://github.com/medikoo/es6-template-strings).
[es6-template-strings](https://github.com/medikoo/es6-template-strings) support for [JSTransformers](http://github.com/jstransformers).

[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-es6-template-strings/master.svg)](https://travis-ci.org/jstransformers/jstransformer-es6-template-strings)
[![Coverage Status](https://img.shields.io/coveralls/jstransformers/jstransformer-es6-template-strings/master.svg)](https://coveralls.io/r/jstransformers/jstransformer-es6-template-strings?branch=master)
[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-es6-template-strings/master.svg)](http://david-dm.org/jstransformers/jstransformer-es6-template-strings)
[![NPM version](https://img.shields.io/npm/v/jstransformer-es6-template-strings.svg)](https://www.npmjs.org/package/jstransformer-es6-template-strings)

## Installation
Expand Down
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
{
"name": "jstransformer-es6-template-strings",
"version": "0.0.1",
"description": "JSTransformer support for es6-template-strings.",
"version": "1.0.0",
"description": "es6-template-strings support for JSTransformers.",
"dependencies": {
"es6-template-strings": "^1.0.0"
},
"keywords": [
"jstransformer"
],
"files": [
"index.js"
],
"devDependencies": {
"istanbul": "^0.3.5",
"testit": "^2.0.2"
"test-jstransformer": "^1.0.0"
},
"scripts": {
"test": "node test",
"coverage": "istanbul cover test"
"test": "test-jstransformer",
"coverage": "test-jstransformer coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/jstransformer-es6-template-strings.git"
},
"author": "Rob Loach <robloach@gmail.com>",
"license": "MIT",
"dependencies": {
"es6-template-strings": "^0.1.0"
}
"author": {
"name": "JSTransformers Team",
"url": "http://github.com/orgs/jstransformers/people"
},
"license": "MIT"
}
1 change: 1 addition & 0 deletions test/dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
24 changes: 0 additions & 24 deletions test/index.js

This file was deleted.

1 change: 1 addition & 0 deletions test/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}