@taufik-nurrohman/text-editor.source 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +1 -1
- package/README.md +0 -0
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/package.json +11 -11
package/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
The MIT License (MIT)
|
2
2
|
|
3
|
-
Copyright ©
|
3
|
+
Copyright © 2022 Taufik Nurrohman <https://github.com/taufik-nurrohman>
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the “Software”), to deal
|
package/README.md
CHANGED
File without changes
|
package/index.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
*
|
3
3
|
* The MIT License (MIT)
|
4
4
|
*
|
5
|
-
* Copyright ©
|
5
|
+
* Copyright © 2022 Taufik Nurrohman <https://github.com/taufik-nurrohman>
|
6
6
|
*
|
7
7
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
* of this software and associated documentation files (the “Software”), to deal
|
package/index.min.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
*
|
3
3
|
* The MIT License (MIT)
|
4
4
|
*
|
5
|
-
* Copyright ©
|
5
|
+
* Copyright © 2022 Taufik Nurrohman <https://github.com/taufik-nurrohman>
|
6
6
|
*
|
7
7
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
8
|
* of this software and associated documentation files (the “Software”), to deal
|
package/package.json
CHANGED
@@ -3,17 +3,17 @@
|
|
3
3
|
"browser": "index.min.js",
|
4
4
|
"bugs": "https://github.com/taufik-nurrohman/text-editor.source/issues",
|
5
5
|
"dependencies": {
|
6
|
-
"@taufik-nurrohman/has": "
|
7
|
-
"@taufik-nurrohman/key": "
|
8
|
-
"@taufik-nurrohman/pattern": "
|
9
|
-
"@taufik-nurrohman/text-editor": "
|
10
|
-
"@taufik-nurrohman/text-editor.history": "
|
11
|
-
"@taufik-nurrohman/tick": "
|
12
|
-
"@taufik-nurrohman/to": "
|
6
|
+
"@taufik-nurrohman/has": "*",
|
7
|
+
"@taufik-nurrohman/key": "*",
|
8
|
+
"@taufik-nurrohman/pattern": "*",
|
9
|
+
"@taufik-nurrohman/text-editor": "*",
|
10
|
+
"@taufik-nurrohman/text-editor.history": "*",
|
11
|
+
"@taufik-nurrohman/tick": "*",
|
12
|
+
"@taufik-nurrohman/to": "*"
|
13
13
|
},
|
14
14
|
"description": "Provides a set of key strokes to generate responses like in a typical source code editor.",
|
15
15
|
"devDependencies": {
|
16
|
-
"@taufik-nurrohman/factory": "
|
16
|
+
"@taufik-nurrohman/factory": "*"
|
17
17
|
},
|
18
18
|
"exports": {
|
19
19
|
"import": "./index.mjs",
|
@@ -47,8 +47,8 @@
|
|
47
47
|
"url": "git+https://github.com/taufik-nurrohman/text-editor.source.git"
|
48
48
|
},
|
49
49
|
"scripts": {
|
50
|
-
"pack": "pack --clean=false --from=.github/
|
50
|
+
"pack": "pack --clean=false --from=.github/factory --js-format=umd --js-name=TE.Source --js-top='%(js.license)' --mjs=true --to=."
|
51
51
|
},
|
52
52
|
"type": "module",
|
53
|
-
"version": "2.2.
|
54
|
-
}
|
53
|
+
"version": "2.2.3"
|
54
|
+
}
|