Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "pnkg", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "PNG bundler", | ||
@@ -8,3 +8,5 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified. awesome!\" && exit 0" | ||
"build:dev": "grunt --gruntfile \".gruntfile.js\" build:dev", | ||
"build:prod": "grunt --gruntfile \".gruntfile.js\" build:prod", | ||
"test": "mocha test" | ||
}, | ||
@@ -17,3 +19,9 @@ "keywords": [], | ||
"pngjs": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"grunt": "^1.3.0", | ||
"grunt-webpack": "^4.0.2", | ||
"mocha": "^2.0.1" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
# PNKG [![Build Status](https://api.travis-ci.com/swashvirus/pnkg.svg?branch=main)](http://travis-ci.com/swashvirus/pnkg) | ||
# PNKG [![Build Status](https://api.travis-ci.com/swashvirus/pnkg.svg?branch=main)](https://travis-ci.com/swashvirus/pnkg) | ||
[![Pnkg logo](pnkg-gray.png)](https://github.com/swashvirus/pnkg) | ||
## Definition in brief: | ||
@@ -8,3 +8,5 @@ Pnkg is a node module that allows you to package arbitrary files into PNG bundles. | ||
Install as a node module, from commandline type: | ||
`npm install pnkg` | ||
``` | ||
npm install pnkg | ||
``` | ||
@@ -16,3 +18,5 @@ ```javascript | ||
Install as a commandline module globally type: | ||
`npm install —global pnkg` | ||
``` | ||
npm install —global pnkg | ||
``` | ||
@@ -33,2 +37,2 @@ ## Documentation | ||
Copyright (c) 2021 John swana | ||
Licensed under the MIT license. | ||
Licensed under the MIT license. |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
35949
11
145
1
36
4
4