ember-cli-parse
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -12,4 +12,4 @@ var fs = require('fs'); | ||
afterInstall: function() { | ||
return this.insertIntoFile('.gitignore', '.dist-parse'); | ||
return this.insertIntoFile('.gitignore', '/dist-parse'); | ||
} | ||
} |
### Master | ||
* Initial version supporting `parse 1.3.4` and `ember-cli 0.1.3`. | ||
### 0.0.2 | ||
* Adding dist-parse in .gitignores | ||
### 0.0.1 | ||
* Initial version supporting `parse 1.3.4` and `ember-cli 0.1.3`. |
{ | ||
"name": "ember-cli-parse", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"directories": { | ||
@@ -5,0 +5,0 @@ "doc": "doc", |
@@ -1,7 +0,5 @@ | ||
# Ember-cli-parse | ||
# Ember-cli-parse [![Build Status](https://next.travis-ci.org/seriousben/ember-cli-parse.svg)](https://next.travis-ci.org/seriousben/ember-cli-parse) | ||
[![Build Status](https://next.travis-ci.org/seriousben/ember-cli-parse.svg)](https://next.travis-ci.org/seriousben/ember-cli-parse) | ||
Simple wrapper for the `parse` binary. Allows usage of parse deployment from an ember-cli app with ease. | ||
At the moment this addon only targets static assets, but it could be improved in the future to support | ||
At the moment this addon only targets static assets, but it could be improved in the future to support | ||
server side deploys as well. | ||
@@ -8,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22183
66