Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "tiapp-dir", | ||
"version": "0.0.1", | ||
"description": "Find the root directory of an appcelerator titanium", | ||
"version": "0.0.2", | ||
"description": "Find the root directory of an appcelerator titanium project", | ||
"homepage": "git://github.com/mobilehero/tiapp-dir", | ||
@@ -18,3 +18,5 @@ "bugs": { | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "grunt test", | ||
"push": "grunt pretty && git add -A && git commit -am \":rocket: update\"", | ||
"postpush": "npm version patch && grunt pretty && git push --follow-tags" | ||
}, | ||
@@ -39,31 +41,31 @@ "repository": { | ||
"keywords": [ | ||
"appcelerator", | ||
"titanium", | ||
"mobilehero", | ||
"tiapp", | ||
"package", | ||
"json", | ||
"root", | ||
"npm", | ||
"entry", | ||
"find", | ||
"up", | ||
"find-up", | ||
"findup", | ||
"look-up", | ||
"look", | ||
"file", | ||
"search", | ||
"match", | ||
"package", | ||
"resolve", | ||
"parent", | ||
"parents", | ||
"folder", | ||
"directory", | ||
"dir", | ||
"walk", | ||
"walking", | ||
"path" | ||
], | ||
"appcelerator", | ||
"titanium", | ||
"mobilehero", | ||
"tiapp", | ||
"package", | ||
"json", | ||
"root", | ||
"npm", | ||
"entry", | ||
"find", | ||
"up", | ||
"find-up", | ||
"findup", | ||
"look-up", | ||
"look", | ||
"file", | ||
"search", | ||
"match", | ||
"package", | ||
"resolve", | ||
"parent", | ||
"parents", | ||
"folder", | ||
"directory", | ||
"dir", | ||
"walk", | ||
"walking", | ||
"path" | ||
], | ||
"engines": { | ||
@@ -70,0 +72,0 @@ "node": ">=0.10" |
# tiapp-dir [![Build Status](https://travis-ci.org/mobilehero/tiapp-dir.svg?branch=master)](https://travis-ci.org/mobilehero/tiapp-dir) | ||
> Find the root directory of an appcelerator titanium project | ||
> | ||
Find the root directory of an appcelerator titanium project | ||
> (based on https://github.com/sindresorhus/pkg-dir) | ||
@@ -16,3 +16,3 @@ | ||
## Install [![NPM version](https://badge.fury.io/js/%40mobile%2Ftiapp-dir.svg)](https://www.npmjs.com/package/@mobile/tiapp-dir) | ||
## Install [![NPM version](https://badge.fury.io/js/tiapp-dir.svg)](https://www.npmjs.com/package/tiapp-dir) | ||
@@ -19,0 +19,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
32985