vsn 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo/vision.js +1 -1
- package/dist/vision.min.js +1 -1
- package/package.json +2 -2
- package/main.py +0 -16
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vsn",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "SEO Friendly Javascript/Typescript Framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"framework",
|
|
7
7
|
"typescript"
|
|
8
8
|
],
|
|
9
|
-
"main": "./dist/
|
|
9
|
+
"main": "./dist/vision.min.js",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "rm -rf ./dist/ && tsc",
|
|
12
12
|
"build_dev": "rm -rf ./dist/ && webpack --env BUILD=development BENCHMARK=1",
|
package/main.py
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# This is a sample Python script.
|
|
2
|
-
|
|
3
|
-
# Press Shift+F10 to execute it or replace it with your code.
|
|
4
|
-
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
def print_hi(name):
|
|
8
|
-
# Use a breakpoint in the code line below to debug your script.
|
|
9
|
-
print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
# Press the green button in the gutter to run the script.
|
|
13
|
-
if __name__ == '__main__':
|
|
14
|
-
print_hi('PyCharm')
|
|
15
|
-
|
|
16
|
-
# See PyCharm help at https://www.jetbrains.com/help/pycharm/
|