Comparing version 2.2.1 to 2.3.0
@@ -38,3 +38,4 @@ # Contributing | ||
``` | ||
3. Start up the dev server: | ||
3. Start up the dev server: | ||
To view all available components in an interactive interface, use storybook. | ||
```sh | ||
@@ -41,0 +42,0 @@ $ npm run storybook |
@@ -42,2 +42,5 @@ { | ||
], | ||
"engines": { | ||
"node": "10.x" | ||
}, | ||
"author": "BcRikko (https://github.com/Bcrikko)", | ||
@@ -58,2 +61,3 @@ "license": "MIT", | ||
"babel-loader": "^8.0.4", | ||
"classnames": "^2.2.6", | ||
"clean-css-cli": "^4.2.1", | ||
@@ -114,3 +118,5 @@ "commitizen": "^3.1.1", | ||
"scss/**/*.scss": [ | ||
"npm run postbuild" | ||
"npm run prebuild:stylelint", | ||
"npm run postbuild", | ||
"git add" | ||
], | ||
@@ -159,3 +165,14 @@ "*.js": [ | ||
"eslintConfig": { | ||
"extends": "airbnb-base" | ||
"extends": "airbnb-base", | ||
"rules": { | ||
"import/no-extraneous-dependencies": [ | ||
"error", | ||
{ | ||
"devDependencies": [ | ||
"**/*.stories.js", | ||
"**/*.template.js" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
@@ -170,3 +187,3 @@ "eslintIgnore": [ | ||
}, | ||
"version": "2.2.1" | ||
"version": "2.3.0" | ||
} |
@@ -35,3 +35,3 @@ <div align="center"> | ||
<!-- minify --> | ||
<link href="https://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/nes.css@2.2.1/css/nes.min.css" rel="stylesheet" /> | ||
<!-- latest --> | ||
@@ -38,0 +38,0 @@ <link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" /> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1177184
120
5663
35