lorem-ipsum
Advanced tools
Comparing version 2.0.0-alpha.11 to 2.0.0-alpha.12
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "lorem-ipsum", | ||
"version": "2.0.0-alpha.11", | ||
"version": "2.0.0-alpha.12", | ||
"description": "Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.", | ||
@@ -20,3 +20,4 @@ "author": "Nickolas Kenyeres <nkenyeres@gmail.com> (http://knicklabs.github.com)", | ||
"build:js": "rm -rf dist && babel src --ignore '**/*.test.ts' --out-dir dist --extensions \".ts,.tsx\" --source-maps inline", | ||
"build": "npm run build:types && npm run build:js", | ||
"build:exec": "sed -i '1i #!/usr/bin/env node' dist/bin/lorem-ipsum.bin.js", | ||
"build": "npm run build:types && npm run build:js && npm run build:exec", | ||
"lint:check": "tslint -c tslint.json src/**/*.ts", | ||
@@ -23,0 +24,0 @@ "test": "jest --coverage", |
@@ -18,3 +18,3 @@ # lorem-ipsum | ||
``` | ||
npm i lorem-ipsum@2.0.0-alpha.11 | ||
npm i lorem-ipsum@2.0.0-alpha.12 | ||
``` | ||
@@ -21,0 +21,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
118544
1884