Comparing version 0.1.0-beta.0 to 0.1.0-beta.4
{ | ||
"name": "ace-cli", | ||
"version": "0.1.0-beta.0", | ||
"version": "0.1.0-beta.4", | ||
"license": "BSD-3-Clause", | ||
@@ -5,0 +5,0 @@ "description": "Command line interface for Rax", |
@@ -78,5 +78,5 @@ # rax-cli [![npm](https://img.shields.io/npm/v/rax-cli.svg)](https://www.npmjs.com/package/rax-cli) [![Dependency Status](https://david-dm.org/alibaba/rax.svg?path=packages/rax-cli)](https://david-dm.org/alibaba/rax.svg?path=packages/rax-cli) [![Known Vulnerabilities](https://snyk.io/test/npm/rax-cli/badge.svg)](https://snyk.io/test/npm/rax-cli) | ||
├── _travis.yml | ||
├── jest.config.js | ||
├── public | ||
│ ├── index.html | ||
│ └── index.html | ||
├── demo | ||
│ └── index.js | ||
@@ -83,0 +83,0 @@ └── src |
@@ -10,4 +10,4 @@ { | ||
"build": "rax-scripts build", | ||
"test": "jest", | ||
"lint": "eslint --ext .js --ext .jsx ./src" | ||
"test": "rax-scripts jest", | ||
"lint": "rax-scripts lint" | ||
}, | ||
@@ -18,2 +18,7 @@ "keywords": [ | ||
], | ||
"jest": { | ||
"transform": { | ||
"^.+\\.jsx?$": "babel-jest" | ||
} | ||
}, | ||
"engines": { | ||
@@ -29,15 +34,6 @@ "npm": ">=3.0.0" | ||
"rax": "^1.0.0", | ||
"@babel/core": "7.2.0", | ||
"rax-scripts": "^1.2.0", | ||
"driver-dom": "^1.0.0", | ||
"rax-test-renderer": "^1.0.0", | ||
"babel-preset-rax": "^1.0.0-beta.0", | ||
"babel-jest": "^23.6.0", | ||
"babel-eslint": "10.0.1", | ||
"eslint": "^5.10.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-react": "~7.11.1", | ||
"jest": "^23.6.0", | ||
"jest-localstorage-mock": "^2.3.0" | ||
"rax-test-renderer": "^1.0.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ ## <%= answers.name%> | ||
``` | ||
$ npm install your-component-name --save | ||
$ npm install <%= answers.name%> --save | ||
``` | ||
@@ -14,3 +14,3 @@ | ||
``` | ||
import Picture from 'your-component-name'; | ||
import MyComponent from '<%= answers.name%>'; | ||
``` | ||
@@ -17,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51019
1
65
1411