Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored Mar 22, 2024
1 parent 565d185 commit 3403d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function writeReadme() {
// Require
const isString = require('./node_modules/lodash.isstring')
const parse = require('spdx-expression-parse')
const allowedCharacters = /[^ -~\u00E1\u00E9\u00E5\u00F6\u00FC\u0144]/
const allowedCharacters = /[^ -~\u00E1\u00E9\u00E5\u00F6\u00FC\u0103\u0144\u0219]/

let a = []
Object.keys(d).forEach((k) => {
Expand Down

0 comments on commit 3403d4c

Please sign in to comment.