Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Version 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jun 21, 2017
1 parent 72e9b25 commit f58d41e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/inline-import.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* inline-import v0.0.2 build May 28 2017
* inline-import v0.0.3 build Jun 21 2017
* https://github.com/vanruesc/inline-import
* Copyright 2017 Raoul van Rüschen, Zlib
*/
Expand Down Expand Up @@ -68,7 +68,7 @@ var Settings = function Settings(file) {
this.declaration = options.useVar !== undefined && options.useVar ? "var" : "const";
};

var importRegExp = /import\s*(\w*)\s*from\s*[\"\'](.*)[\"\']/ig;
var importRegExp = /import\s*(\w*)\s*from\s*["'](.*)["']/ig;

var settings = null;

Expand Down
4 changes: 2 additions & 2 deletions build/inline-import.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inline-import",
"version": "0.0.2",
"version": "0.0.3",
"description": "A tool for inlining file imports.",
"homepage": "https://github.com/vanruesc/inline-import",
"main": "build/inline-import.js",
Expand Down

0 comments on commit f58d41e

Please sign in to comment.