Skip to content

Commit bbd7b15

Browse files
author
Sven Ulrich
committed
update versions
1 parent c154352 commit bbd7b15

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"scripts": {
44
},
55
"devDependencies": {
6-
"typescript-string-operations": "^1.5.0-beta.4"
6+
"typescript-string-operations": "^1.5.0-beta"
77
}
88
}

tests/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<html>
22
<script>var exports = {};</script>
3-
<script src="../dist/index.min.js"></script>
3+
<script src="./node_modules/typescript-string-operations/dist/index.min.js"></script>
44
</html>

tests/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
typescript-string-operations@^1.5.0-beta.4:
5+
typescript-string-operations@^1.5.0-beta:
66
version "1.5.0-beta.4"
77
resolved "https://registry.yarnpkg.com/typescript-string-operations/-/typescript-string-operations-1.5.0-beta.4.tgz#09e9910d7846a1e33caaa53cad150c2c0eb7b846"
88
integrity sha512-bUeUdJ6P+evjV5a9PzOhRCpfObvEmTAWWHoo7KJYtQ4ED0rdLcLV/+70+o4USYTmvwPPhXKpNkTQ6eByhv8NDA==

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"compilerOptions": {
66
"noImplicitAny": true,
77
"removeComments": true,
8-
"target": "ES5",
8+
"target": "es5",
99
"module": "commonjs",
1010
"outDir": "./dist",
11-
"skipLibCheck": true,
12-
"experimentalDecorators": true
11+
"skipLibCheck": true
1312
}
1413
}

0 commit comments

Comments
 (0)