Skip to content

Commit f1262e3

Browse files
committed
Move files lib/ -> src/
1 parent f66cb99 commit f1262e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5
-3
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/lib
1+
/src
22
/flow
3+
/tests
34
preprocessor.js
45
__tests__
6+
__mocks__

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"main": "dist/main.js",
1414
"scripts": {
1515
"watch": "jsx lib/ dist/ --harmony --strip-types -w",
16-
"build": "rm -rf dist/ && jsx lib/ dist/ --harmony --strip-types --no-cache-dir",
16+
"build": "rm -rf dist/ && jsx src/ dist/ --harmony --strip-types --no-cache-dir",
1717
"prepublish": "npm run build",
1818
"test": "jest"
1919
},
@@ -35,7 +35,7 @@
3535
},
3636
"jest": {
3737
"scriptPreprocessor": "./tests/preprocessor",
38-
"testPathDirs": ["lib"],
38+
"testPathDirs": ["src"],
3939
"unmockedModulePathPatterns": ["tests/utils"]
4040
}
4141
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)