Skip to content

Commit 2c45ca0

Browse files
committed
Minor js plugin fixes
1 parent d5c8dcd commit 2c45ca0

File tree

4 files changed

+293
-3
lines changed

4 files changed

+293
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
out.js
2+
out.js
3+
.history

extra/javascript/babel-plugin-tensor-safe/package-lock.json

+282
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extra/javascript/babel-plugin-tensor-safe/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "@babel/plugin-tensor-safe",
3-
"private": true,
43
"dependencies": {
54
"@babel/core": "^7.1.2"
65
},
76
"main": "index.js",
8-
"version": "1.0.0",
7+
"version": "1.0.1",
98
"license": "MIT",
109
"author": "Leonardo Piñeyro",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/leopiney/tensor-safe/tree/master/extra/javascript/babel-plugin-tensor-safe"
13+
},
1114
"keywords": [
1215
"babel-plugin"
1316
]

extra/javascript/eslint-plugin-tensor-safe/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"main": "index.js",
55
"license": "MIT",
66
"author": "Leonardo Piñeyro",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/leopiney/tensor-safe/tree/master/extra/javascript/eslint-plugin-tensor-safe"
10+
},
711
"keywords": [
812
"eslint-plugin"
913
]

0 commit comments

Comments
 (0)